Skip to content

Commit 5ae507d

Browse files
aag-norbert-langemkj
authored andcommitted
fix: ignore -g -s when passwords arent enabled
1 parent a4043da commit 5ae507d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/svr-runopts.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,10 @@ void svr_getopts(int argc, char ** argv) {
323323
case 't':
324324
svr_opts.multiauthmethod = 1;
325325
break;
326+
#else
327+
case 's':
328+
case 'g':
329+
break;
326330
#endif
327331
case 'h':
328332
printhelp(argv[0]);

0 commit comments

Comments
 (0)