removed dup syslog-ident conditional
This commit is contained in:
parent
e1a586ee69
commit
8b5db0a8dc
@ -150,10 +150,6 @@ void loadServerConfig(char *filename) {
|
|||||||
err = "Invalid log facility. Must be one of USER or between LOCAL0-LOCAL7";
|
err = "Invalid log facility. Must be one of USER or between LOCAL0-LOCAL7";
|
||||||
goto loaderr;
|
goto loaderr;
|
||||||
}
|
}
|
||||||
} else if (!strcasecmp(argv[0],"syslog-ident") && argc == 2) {
|
|
||||||
|
|
||||||
|
|
||||||
server.syslog_ident = zstrdup(argv[1]);
|
|
||||||
} else if (!strcasecmp(argv[0],"databases") && argc == 2) {
|
} else if (!strcasecmp(argv[0],"databases") && argc == 2) {
|
||||||
server.dbnum = atoi(argv[1]);
|
server.dbnum = atoi(argv[1]);
|
||||||
if (server.dbnum < 1) {
|
if (server.dbnum < 1) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user