make --address work for a client connecting to a server
[rsync/rsync.git] / rsync.c
diff --git a/rsync.c b/rsync.c
index 2d267a0..a2b432a 100644 (file)
--- a/rsync.c
+++ b/rsync.c
@@ -152,7 +152,6 @@ int set_perms(char *fname,struct file_struct *file,STRUCT_STAT *st,
        int updated = 0;
        STRUCT_STAT st2;
        int change_uid, change_gid;
-       extern int am_daemon;
 
        if (dry_run) return 0;