mirror of
https://github.com/asterisk/asterisk.git
synced 2026-06-24 01:08:34 -07:00
fix a little oopsie
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6316 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -8403,7 +8403,7 @@ static int set_config(char *config_file, int reload)
|
||||
/* Seed initial tos value */
|
||||
tosval = ast_variable_retrieve(cfg, "general", "tos");
|
||||
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");
|
||||
}
|
||||
while(v) {
|
||||
|
||||
Reference in New Issue
Block a user