diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-28 18:22:21 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-28 18:22:21 +0100 |
commit | 280f7068d28361af3468b87eef2353d870fa3598 (patch) | |
tree | 9e4a159825c2d1d8eaf3d19750ba1925bff6a6c0 /src/satd.c | |
parent | typo (diff) | |
download | sat-280f7068d28361af3468b87eef2353d870fa3598.tar.gz sat-280f7068d28361af3468b87eef2353d870fa3598.tar.bz2 sat-280f7068d28361af3468b87eef2353d870fa3598.tar.xz |
what was I thinging
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'src/satd.c')
-rw-r--r-- | src/satd.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -263,8 +263,6 @@ main(int argc, char *argv[]) /* Daemonise. */ t (foreground ? 0 : daemonise("satd", DAEMONISE_KEEP_FDS, sock, -1)); - if (foreground) - close(5); /* Required to be closed by the next image. */ /* Change to a process image without all this initialisation text. */ execl(LIBEXEC "/" PACKAGE "/satd-diminished", argv0, |