aboutsummaryrefslogtreecommitdiff
path: root/src/stable/server.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2023-08-01 11:38:26 -0700
committerMike Buland <eichlan@xagasoft.com>2023-08-01 11:38:26 -0700
commit87d76df1720e29e4195cf4a8845c07450fb3b2f2 (patch)
tree6a62b8e4326570ccdbe01bfb8c71f408f6c01e2d /src/stable/server.h
parentdcf2e2182934291e7312993c78d3d3c5f72597d5 (diff)
downloadlibbu++-87d76df1720e29e4195cf4a8845c07450fb3b2f2.tar.gz
libbu++-87d76df1720e29e4195cf4a8845c07450fb3b2f2.tar.bz2
libbu++-87d76df1720e29e4195cf4a8845c07450fb3b2f2.tar.xz
libbu++-87d76df1720e29e4195cf4a8845c07450fb3b2f2.zip
Fixed issues around disconnected sockets.
We were bailing out when sockets closed, that was silly.
Diffstat (limited to '')
-rw-r--r--src/stable/server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stable/server.h b/src/stable/server.h
index 9fb8282..a9680cf 100644
--- a/src/stable/server.h
+++ b/src/stable/server.h
@@ -23,7 +23,7 @@
23#include "bu/config.h" 23#include "bu/config.h"
24 24
25#ifndef PROFILE_BU_SERVER 25#ifndef PROFILE_BU_SERVER
26 #define PROFILE_BU_SERVER 1 26// #define PROFILE_BU_SERVER 1
27#endif 27#endif
28 28
29#ifdef PROFILE_BU_SERVER 29#ifdef PROFILE_BU_SERVER