diff options
author | Wayne Davison <wayned@samba.org> | 2011-07-16 15:42:32 -0700 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2011-07-16 16:16:04 -0700 |
commit | 0a04a80d9f3caeffce4d7daddf5730034602073d (patch) | |
tree | 0741fa2574e807d752c493768c05c807444f574e /clientserver.c | |
parent | 7ae666d2a76a5d116ddaefeeae42da92ba453583 (diff) | |
download | rsync-0a04a80d9f3caeffce4d7daddf5730034602073d.tar.gz rsync-0a04a80d9f3caeffce4d7daddf5730034602073d.tar.bz2 rsync-0a04a80d9f3caeffce4d7daddf5730034602073d.zip |
Replace another inet_ntop() call with getnameinfo().
Diffstat (limited to 'clientserver.c')
-rw-r--r-- | clientserver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clientserver.c b/clientserver.c index fbd3af65..52ce44fb 100644 --- a/clientserver.c +++ b/clientserver.c @@ -1199,7 +1199,7 @@ int daemon_main(void) rprintf(FLOG, "rsyncd version %s starting, listening on port %d\n", RSYNC_VERSION, rsync_port); /* TODO: If listening on a particular address, then show that - * address too. In fact, why not just do inet_ntop on the + * address too. In fact, why not just do getnameinfo on the * local address??? */ start_accept_loop(rsync_port, start_daemon); |