Skip to content

Commit

Permalink
lib-dropbear: do not daemonize
Browse files Browse the repository at this point in the history
  • Loading branch information
extinctpotato committed Nov 24, 2023
1 parent 189a107 commit d263f25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/lib-dropbear/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ int main(int argc, char *argv[]) {
dropbearkey_main(5, arguments);
}

return custom_dropbear_main(argc, argv);
char *dropbear_arguments[] = {"dummy", "-F"};
return custom_dropbear_main(2, dropbear_arguments);
}

0 comments on commit d263f25

Please sign in to comment.