Cleanup wrapped line.

This commit is contained in:
Chris Osborn 2017-05-08 19:14:17 -07:00
parent 6cb72448a3
commit 4f6aedf2fe

View File

@ -36,8 +36,7 @@ int ip_init_server_conn(char *ip_addr, int port)
on = 1;
rc = setsockopt(sSocket, SOL_SOCKET, SO_REUSEADDR, (const char *) &on, sizeof(on)
);
rc = setsockopt(sSocket, SOL_SOCKET, SO_REUSEADDR, (const char *) &on, sizeof(on));
if (-1 == rc) {
ELOG(LOG_ERROR, "bind address checking could not be turned off");
}