X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/582831a44735b7abbb83aca5287ef988294b0b71..41adbcec9fdf7a72bb15ea7a287b5253713c7ed0:/pipe.c diff --git a/pipe.c b/pipe.c index 755da545..054ce097 100644 --- a/pipe.c +++ b/pipe.c @@ -26,6 +26,7 @@ extern int am_sender; extern int am_server; extern int blocking_io; extern int filesfrom_fd; +extern int munge_symlinks; extern mode_t orig_umask; extern char *logfile_name; extern int remote_option_cnt; @@ -133,6 +134,7 @@ pid_t local_child(int argc, char **argv, int *f_in, int *f_out, am_sender = 0; am_server = 1; filesfrom_fd = -1; + munge_symlinks = 0; /* Each side needs its own option. */ chmod_modes = NULL; /* Let the sending side handle this. */ /* Let the client side handle this. */