summaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
Diffstat (limited to 'server')
-rw-r--r--server/webserver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/webserver.cpp b/server/webserver.cpp
index 2ef058d..b440a83 100644
--- a/server/webserver.cpp
+++ b/server/webserver.cpp
@@ -48,7 +48,7 @@ bool cWebserver::Initialise(){
// Map static contents
stringstream ss1, ss2;
- signal(SIGPIPE, SIG_IGN);
+ ::signal(SIGPIPE, SIG_IGN);
mApplication.listen(mListenerAddress.c_str(), mListenerPort);