diff options
-rw-r--r-- | utils/mountd/mountd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/mountd/mountd.c b/utils/mountd/mountd.c index 5d9466f..61699e6 100644 --- a/utils/mountd/mountd.c +++ b/utils/mountd/mountd.c @@ -852,8 +852,6 @@ main(int argc, char **argv) sa.sa_handler = sig_hup; sigaction(SIGHUP, &sa, NULL); - auth_init(); - if (!foreground) { /* We first fork off a child. */ if ((c = fork()) > 0) |