fix missing break in argparse
This commit is contained in:
parent
b73f25e835
commit
2df267e7b3
1 changed files with 1 additions and 0 deletions
|
|
@ -82,6 +82,7 @@ int main (int argc, char **argv) {
|
||||||
}
|
}
|
||||||
|
|
||||||
db_cred.port_override = true;
|
db_cred.port_override = true;
|
||||||
|
break;
|
||||||
|
|
||||||
case 2:
|
case 2:
|
||||||
DEBUG_PRINT("Database user customized.");
|
DEBUG_PRINT("Database user customized.");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue