Doc.
authorMartin Pool <mbp@samba.org>
Wed, 5 Dec 2001 12:56:06 +0000 (12:56 +0000)
committerMartin Pool <mbp@samba.org>
Wed, 5 Dec 2001 12:56:06 +0000 (12:56 +0000)
clientserver.c

index aefdb54adead21938c76a426de394557c2fa4132..e8dba431ac5a2c7224f20bca1c6b86bdd90f8d7f 100644 (file)
@@ -513,7 +513,8 @@ int daemon_main(void)
                RSYNC_VERSION,
                 rsync_port);
         /* TODO: If listening on a particular address, then show that
-         * address too. */
+         * address too.  In fact, why not just do inet_ntop on the
+         * local address??? */
 
        if (((pid_file = lp_pid_file()) != NULL) && (*pid_file != '\0')) {
                char pidbuf[16];