Apply Michel's tidy-ups

This commit is contained in:
Alex Young
2014-02-26 15:19:03 +00:00
parent 0baf93fd7b
commit 77f333423b
6 changed files with 77 additions and 50 deletions

View File

@@ -93,7 +93,7 @@ END_TEST
int connect_client( char *addr, int actual_port, char *source_addr )
{
int client_fd;
int client_fd = -1;
struct addrinfo hint;
struct addrinfo *ailist, *aip;