Commit fed17746 authored by hitstergtd's avatar hitstergtd

Problem: Wrapping issue in test for SRCFD [style]

Solution:
Wrap it.
parent 5f0ac2ae
......@@ -89,7 +89,8 @@ int main (void)
assert (rc == 0);
char host [NI_MAXHOST];
rc = getnameinfo ((struct sockaddr*) &ss, addrlen, host, sizeof host, NULL, 0, NI_NUMERICHOST);
rc = getnameinfo ((struct sockaddr*) &ss, addrlen, host, sizeof host,
NULL, 0, NI_NUMERICHOST);
assert (rc == 0);
// assert it is localhost which connected
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment