Fix missing break in switch
This commit is contained in:
parent
ddf7703e92
commit
4e02dd4213
@ -839,6 +839,7 @@ int main(int argc, char **argv)
|
||||
break;
|
||||
case 'S':
|
||||
ckp.ckdb_sockdir = strdup(optarg);
|
||||
break;
|
||||
case 's':
|
||||
ckp.socket_dir = strdup(optarg);
|
||||
break;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user