Module: kamailio
Branch: 5.7
Commit: 3e9791570645dee833737077b3326ca6acde6aef
URL:
https://github.com/kamailio/kamailio/commit/3e9791570645dee833737077b3326ca…
Author: Ovidiu Sas <osas(a)voipembedded.com>
Committer: Ovidiu Sas <osas(a)voipembedded.com>
Date: 2023-11-16T11:29:18-05:00
core: fix indentation on tcp_main.c
(cherry picked from commit 243951bc487c5c67c81062445d4f4d7ee725684f)
---
Modified: src/core/tcp_main.c
---
Diff:
https://github.com/kamailio/kamailio/commit/3e9791570645dee833737077b3326ca…
Patch:
https://github.com/kamailio/kamailio/commit/3e9791570645dee833737077b3326ca…
---
diff --git a/src/core/tcp_main.c b/src/core/tcp_main.c
index 49ad05a7fbb..d7bd4534d59 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