mirror of
http://github.com/valkey-io/valkey
synced 2024-11-22 00:52:38 +00:00
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";
|
||||
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) {
|
||||
server.dbnum = atoi(argv[1]);
|
||||
if (server.dbnum < 1) {
|
||||
|
Loading…
Reference in New Issue
Block a user