Extended a test to ensure that hard-linked distant files continues
[rsync/rsync.git] / rsync.c
diff --git a/rsync.c b/rsync.c
index c384ed9..48894c9 100644 (file)
--- a/rsync.c
+++ b/rsync.c
@@ -207,8 +207,9 @@ int iconvbufs(iconv_t ic, xbuf *in, xbuf *out, int flags)
 
 void send_protected_args(int fd, char *args[])
 {
+       int i;
 #ifdef ICONV_OPTION
-       int i, convert = ic_send != (iconv_t)-1;
+       int convert = ic_send != (iconv_t)-1;
        xbuf outbuf, inbuf;
 
        if (convert)