Module: kamailio
Branch: master
Commit: 55255570cf74f8c86d7757a3fb08ac3aad7cfa55
URL:
https://github.com/kamailio/kamailio/commit/55255570cf74f8c86d7757a3fb08ac3…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2022-04-22T13:15:57+02:00
tcpops: remove explicit compile warning about unavailable TCP_KEEPIDLE
---
Modified: src/modules/tcpops/tcpops.c
---
Diff:
https://github.com/kamailio/kamailio/commit/55255570cf74f8c86d7757a3fb08ac3…
Patch:
https://github.com/kamailio/kamailio/commit/55255570cf74f8c86d7757a3fb08ac3…
---
diff --git a/src/modules/tcpops/tcpops.c b/src/modules/tcpops/tcpops.c
index cb1728390c..fa886c5460 100644
--- a/src/modules/tcpops/tcpops.c
+++ b/src/modules/tcpops/tcpops.c
@@ -168,7 +168,6 @@ int tcpops_keepalive_enable(int fd, int idle, int count, int interval,
int close
LM_ERR("failed to set keepalive idle interval: %s\n", strerror(errno));
}
#else
- #warning "TCP_KEEPIDLE option not supported by this platform"
LM_DBG("TCP_KEEPIDLE option not available - ignoring\n");
#endif