removed dup syslog-ident conditional
This commit is contained in:
parent
6455bf5254
commit
d8277d350c
@ -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