fix a little oopsie

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6316 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.2-netsec
Russell Bryant 20 years ago
parent 97e1ede292
commit f3c9715947

@ -8403,7 +8403,7 @@ static int set_config(char *config_file, int reload)
/* Seed initial tos value */ /* Seed initial tos value */
tosval = ast_variable_retrieve(cfg, "general", "tos"); tosval = ast_variable_retrieve(cfg, "general", "tos");
if (tosval) { if (tosval) {
if (ast_str2tos(v->value, &tos)) if (ast_str2tos(tosval, &tos))
ast_log(LOG_WARNING, "Invalid tos value, should be 'lowdelay', 'throughput', 'reliability', 'mincost', or 'none'\n"); ast_log(LOG_WARNING, "Invalid tos value, should be 'lowdelay', 'throughput', 'reliability', 'mincost', or 'none'\n");
} }
while(v) { while(v) {

Loading…
Cancel
Save