Fix comment to the right #endif

This commit is contained in:
carlo-bramini 2017-11-26 11:02:24 +01:00
parent 763b1f39a5
commit 4ccf7217b0
1 changed files with 1 additions and 1 deletions

View File

@ -1010,8 +1010,8 @@ static fluid_thread_return_t fluid_server_socket_run (void *data)
char straddr[INET6_ADDRSTRLEN];
#else
char straddr[INET_ADDRSTRLEN];
#endif /* HAVE_INETNTOP */
#endif /* IPV6_SUPPORT */
#endif /* HAVE_INETNTOP */
socklen_t addrlen = sizeof (addr);
int r;