/[monit]/monit/protocols/rsync.c
ViewVC logotype

Diff of /monit/protocols/rsync.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by hauk, Fri Aug 29 16:58:07 2003 UTC revision 1.2 by martinp, Sun Aug 31 18:35:38 2003 UTC
# Line 77  int check_rsync(Socket_T s) { Line 77  int check_rsync(Socket_T s) {
77       return FALSE;       return FALSE;
78    }    }
79    
80    if(socket_print(s, "#list") < 0) {    if(socket_print(s, "#list\n") < 0) {
81      log("RSYNC: error sending writing #list command  -- %s\n", STRERROR);      log("RSYNC: error sending writing #list command  -- %s\n", STRERROR);
82      return FALSE;      return FALSE;
83    }    }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26