summaryrefslogtreecommitdiff
path: root/src/network.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/network.c')
-rw-r--r--src/network.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/network.c b/src/network.c
index c6521bc3..72fb0359 100644
--- a/src/network.c
+++ b/src/network.c
@@ -670,11 +670,7 @@ int network_init(server *srv) {
/* not our stage */
if (COMP_SERVER_SOCKET != dc->comp) continue;
- if (dc->cond != CONFIG_COND_EQ) {
- log_error_write(srv, __FILE__, __LINE__, "s", "only == is allowed for $SERVER[\"socket\"].");
-
- return -1;
- }
+ if (dc->cond != CONFIG_COND_EQ) continue;
/* check if we already know this socket,
* if yes, don't init it */