From 431efc89796646ebb049cf29e5545263114e0c5e Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Wed, 5 Dec 2001 12:56:06 +0000 Subject: [PATCH] Doc. --- clientserver.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clientserver.c b/clientserver.c index aefdb54a..e8dba431 100644 --- a/clientserver.c +++ b/clientserver.c @@ -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]; -- 2.34.1