Added comment to fix address printing later.
[cascardo/rnetproxy.git] / popproxy.c
index 070738f..3a12f71 100644 (file)
@@ -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));