aboutsummaryrefslogtreecommitdiffstats
path: root/manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'manager.c')
-rwxr-xr-xmanager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/manager.c b/manager.c
index 0d3d5e82e..58953dcd4 100755
--- a/manager.c
+++ b/manager.c
@@ -1343,7 +1343,7 @@ static void *accept_thread(void *ignore)
continue;
}
p = getprotobyname("tcp");
- if( p ) {
+ if (p) {
if( setsockopt(as, p->p_proto, TCP_NODELAY, (char *)&arg, sizeof(arg) ) < 0 ) {
ast_log(LOG_WARNING, "Failed to set manager tcp connection to TCP_NODELAY mode: %s\n", strerror(errno));
}