mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-05 12:41:38 +00:00
FS-8608 remove nonexistant option, found during config audit
This commit is contained in:
parent
88da109bc1
commit
3c3c6ba512
@ -141,8 +141,6 @@ static switch_status_t load_config(void)
|
|||||||
globals.nameserver[inameserver] = (char *) val;
|
globals.nameserver[inameserver] = (char *) val;
|
||||||
inameserver++;
|
inameserver++;
|
||||||
}
|
}
|
||||||
} else if (!strcasecmp(var, "log-level-trace")) {
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user