diff options
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fetchmail.c b/fetchmail.c index 17d278f3..d2c31744 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -478,6 +478,10 @@ int main (int argc, char **argv) signal(SIGHUP, SIG_IGN); } +#ifdef linux + interface_init(); +#endif /* linux */ + /* beyond here we don't want more than one fetchmail running per user */ umask(0077); signal(SIGABRT, termhook); |