From ba798c5e657639a8eaa23236b180a3d83303be2b Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Sun, 20 Jun 2004 20:15:05 +0000 Subject: http proxy mostly working, need to implement http authentication git-svn-id: https://svn.musicpd.org/mpd/trunk@1588 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/main.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 6737030a3..c34c71f5b 100644 --- a/src/main.c +++ b/src/main.c @@ -34,6 +34,7 @@ #include "permission.h" #include "replayGain.h" #include "inputPlugin.h" +#include "inputStream.h" #include "../config.h" #include @@ -420,9 +421,6 @@ int main(int argc, char * argv[]) { establishListen(&options); - /* - * lose privileges as early as possible - */ changeToUser(&options); openLogFiles(&options, &out, &err); @@ -443,6 +441,7 @@ int main(int argc, char * argv[]) { initPlayerData(); initVolume(); initInterfaces(); + initInputStream(); daemonize(&options); -- cgit v1.2.3