From 7d2ac978e497f976b43f35af1ab27b82c842c182 Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Tue, 7 Jul 2009 14:09:28 -0300 Subject: [PATCH] Added comment to fix address printing later. --- popproxy.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/popproxy.c b/popproxy.c index 070738f..3a12f71 100644 --- a/popproxy.c +++ b/popproxy.c @@ -103,6 +103,8 @@ new_client (int fd, struct sockaddr *addr, socklen_t saddr, gpointer data) g_critical ("Server has received an error event."); return; } + + /* FIXME: Should be independent of address type. */ g_message ("Received connection from %s.", inet_ntoa (((struct sockaddr_in *) addr)->sin_addr)); -- 2.20.1