summaryrefslogtreecommitdiffstats
path: root/httpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'httpd.c')
-rw-r--r--httpd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/httpd.c b/httpd.c
index fd00ec2..37be4f3 100644
--- a/httpd.c
+++ b/httpd.c
@@ -92,7 +92,7 @@ httpInitSockets(rfbScreenInfoPtr rfbScreen)
exit(1);
}
- //AddEnabledDevice(httpListenSock);
+ /*AddEnabledDevice(httpListenSock);*/
}
@@ -151,7 +151,7 @@ httpCheckFds(rfbScreenInfoPtr rfbScreen)
return;
}
- //AddEnabledDevice(httpSock);
+ /*AddEnabledDevice(httpSock);*/
}
}
@@ -161,7 +161,7 @@ httpCloseSock(rfbScreenInfoPtr rfbScreen)
{
fclose(rfbScreen->httpFP);
rfbScreen->httpFP = NULL;
- //RemoveEnabledDevice(httpSock);
+ /*RemoveEnabledDevice(httpSock);*/
rfbScreen->httpSock = -1;
}