diff options
Diffstat (limited to 'sbin/mount_portal/mount_portal.c')
-rw-r--r-- | sbin/mount_portal/mount_portal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_portal/mount_portal.c b/sbin/mount_portal/mount_portal.c index 23098d2..51184df 100644 --- a/sbin/mount_portal/mount_portal.c +++ b/sbin/mount_portal/mount_portal.c @@ -220,7 +220,7 @@ main(argc, argv) conf_read(&q, conf); continue; } - + /* * Accept a new connection * Will get EINTR if a signal has arrived, so just |