From: David Dykstra Date: Fri, 2 Aug 2002 15:39:43 +0000 (+0000) Subject: Put in better method of checking whether or not daemon over --rsh mode is X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/542ad675b9d241d5c508e49bd6b324658728c4e9?hp=542ad675b9d241d5c508e49bd6b324658728c4e9 Put in better method of checking whether or not daemon over --rsh mode is in place: simply check the "am_server" global variable, which is not set true when the daemon is listening for connections (daemon_main is not called in main.c if am_server is set). ---