monit-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[monit-dev] [monit] r305 committed - protoco ls/rsync.c: In function ‘ch


From: monit
Subject: [monit-dev] [monit] r305 committed - protoco ls/rsync.c: In function ‘check_rsync’ :...
Date: Fri, 19 Nov 2010 20:30:00 +0000

Revision: 305
Author: martin2812
Date: Fri Nov 19 12:29:49 2010
Log: protocols/rsync.c: In function ‘check_rsync’:
protocols/rsync.c:58: warning: unused variable ‘result’



http://code.google.com/p/monit/source/detail?r=305

Modified:
 /trunk/protocols/rsync.c

=======================================
--- /trunk/protocols/rsync.c    Tue Oct  5 14:35:39 2010
+++ /trunk/protocols/rsync.c    Fri Nov 19 12:29:49 2010
@@ -55,7 +55,6 @@
 int check_rsync(Socket_T s) {
   char  buf[64];
   char  header[10];
-  char  result[64];
   int   rc, version_major, version_minor;
   char  *rsyncd = "@RSYNCD:";
   char  *rsyncd_exit = "@RSYNCD: EXIT";

reply via email to

[Prev in Thread] Current Thread [Next in Thread]