aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index e33ea6e90..c19e80f31 100644
--- a/src/main.c
+++ b/src/main.c
@@ -359,7 +359,6 @@ int main(int argc, char * argv[]) {
initVolume();
initInterfaces();
- close(STDIN_FILENO);
if(options.daemon) {
int pid;
@@ -452,4 +451,4 @@ int main(int argc, char * argv[]) {
return EXIT_SUCCESS;
}
-/* vim:set shiftwidth=4 tabstop=8 expandtab: */
+/* vim:set shiftwidth=8 tabstop=8 expandtab: */