Skip to content

Commit

Permalink
Merge pull request #1538 from atomicturtle/authd-updates
Browse files Browse the repository at this point in the history
Fix for foreground flags
  • Loading branch information
atomicturtle authored Sep 24, 2018
2 parents 252670a + 6e37e12 commit bc75820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/os_auth/main-server.c
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ int main(int argc, char **argv)
/* Set the name */
OS_SetName(ARGV0);

while ((c = getopt(argc, argv, "Vdhtig:D:m:p:c:v:x:k:n")) != -1) {
while ((c = getopt(argc, argv, "Vdhtfig:D:m:p:c:v:x:k:n")) != -1) {
switch (c) {
case 'V':
print_version();
Expand Down

0 comments on commit bc75820

Please sign in to comment.