Module: kamailio
Branch: master
Commit: 243951bc487c5c67c81062445d4f4d7ee725684f
URL:
https://github.com/kamailio/kamailio/commit/243951bc487c5c67c81062445d4f4d7…
Author: Ovidiu Sas <osas(a)voipembedded.com>
Committer: Ovidiu Sas <osas(a)voipembedded.com>
Date: 2023-11-16T11:27:21-05:00
core: fix indentation on tcp_main.c
---
Modified: src/core/tcp_main.c
---
Diff:
https://github.com/kamailio/kamailio/commit/243951bc487c5c67c81062445d4f4d7…
Patch:
https://github.com/kamailio/kamailio/commit/243951bc487c5c67c81062445d4f4d7…
---
diff --git a/src/core/tcp_main.c b/src/core/tcp_main.c
index 7b46ccbafde..00a1796ec5a 100644
--- a/src/core/tcp_main.c
+++ b/src/core/tcp_main.c
@@ -3162,7 +3162,7 @@ int tcp_init(struct socket_info *sock_info)
#if !defined(TCP_DONT_REUSEADDR)
/* Stevens, "Network Programming", Section 7.5, "Generic Socket
- * Options": "...server started,..a child continues..on existing
+ * Options": "...server started,..a child continues..on existing
* connection..listening server is restarted...call to bind fails
* ... ALL TCP servers should specify the SO_REUSEADDRE option
* to allow the server to be restarted in this situation