Fix missing break
This commit is contained in:
parent
9019dcb2a9
commit
32f51fdceb
@ -326,6 +326,7 @@ int main(int argc, char **argv)
|
||||
quit(1, "Invalid loglevel (range %d - %d): %d",
|
||||
LOG_EMERG, LOG_DEBUG, ckp.loglevel);
|
||||
}
|
||||
break;
|
||||
case 'n':
|
||||
ckp.name = optarg;
|
||||
break;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user