summaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2011-10-17 18:05:45 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2011-10-17 18:05:45 +0300
commit50f312bf086267bc0c791311cf69361f447b472d (patch)
treed6999e1f406afd930bbf84843ba3df22c703a5c3 /server
parentb31657ab30488a3d7b439042eca736516dc942a1 (diff)
modified: main.cpp
Diffstat (limited to 'server')
-rw-r--r--server/server/main.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/server/server/main.cpp b/server/server/main.cpp
index 262297e..98cec09 100644
--- a/server/server/main.cpp
+++ b/server/server/main.cpp
@@ -545,10 +545,8 @@ int main(int argc, char* argv[])
default:
break;
}
-#endif
-
-
}
+#endif
#ifndef WIN32
if(daemon) //going to background (only for unix-like systems now)
{