Commit f9a9f547 authored by Wayne Davison's avatar Wayne Davison

Made the dest_option string non-static.

parent 3019a9ba
...@@ -145,6 +145,7 @@ int rsync_port = 0; ...@@ -145,6 +145,7 @@ int rsync_port = 0;
int compare_dest = 0; int compare_dest = 0;
int link_dest = 0; int link_dest = 0;
int basis_dir_cnt = 0; int basis_dir_cnt = 0;
char *dest_option = NULL;
int verbose = 0; int verbose = 0;
int quiet = 0; int quiet = 0;
...@@ -163,7 +164,6 @@ static int F_option_cnt = 0; ...@@ -163,7 +164,6 @@ static int F_option_cnt = 0;
static int modify_window_set; static int modify_window_set;
static int refused_delete, refused_archive_part; static int refused_delete, refused_archive_part;
static int refused_partial, refused_progress, refused_delete_before; static int refused_partial, refused_progress, refused_delete_before;
static char *dest_option = NULL;
static char *max_size_arg; static char *max_size_arg;
static char partialdir_for_delayupdate[] = ".~tmp~"; static char partialdir_for_delayupdate[] = ".~tmp~";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment