summaryrefslogtreecommitdiff
path: root/src/common/net/net.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/net/net.c')
-rw-r--r--src/common/net/net.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/net/net.c b/src/common/net/net.c
index 87f1565..f11ce8d 100644
--- a/src/common/net/net.c
+++ b/src/common/net/net.c
@@ -546,11 +546,9 @@ static void NET_ErrorEvent(netsrc_t sock, netadr_t *from,
case NS_SERVER:
SV_ErrorEvent(from, ee_errno, ee_info);
break;
-#if USE_CLIENT
case NS_CLIENT:
CL_ErrorEvent(from);
break;
-#endif
default:
break;
}