diff options
Diffstat (limited to '')
-rw-r--r-- | scd/scdaemon.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scd/scdaemon.c b/scd/scdaemon.c index bf3f42a0e..60d539ddd 100644 --- a/scd/scdaemon.c +++ b/scd/scdaemon.c @@ -908,6 +908,8 @@ main (int argc, char **argv ) sigaction (SIGPIPE, &sa, NULL); } +#endif /*!HAVE_W32_SYSTEM*/ + if (gnupg_chdir (gnupg_daemon_rootdir ())) { log_error ("chdir to '%s' failed: %s\n", @@ -915,8 +917,6 @@ main (int argc, char **argv ) exit (1); } -#endif /*!HAVE_W32_SYSTEM*/ - handle_connections (fd); close (fd); |