From f9a9f54720bba989dd8a3319c887703e86c499a0 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Wed, 9 Mar 2005 18:53:53 +0000 Subject: [PATCH] Made the dest_option string non-static. --- options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.c b/options.c index c43c6203..be7ed1fd 100644 --- a/options.c +++ b/options.c @@ -145,6 +145,7 @@ int rsync_port = 0; int compare_dest = 0; int link_dest = 0; int basis_dir_cnt = 0; +char *dest_option = NULL; int verbose = 0; int quiet = 0; @@ -163,7 +164,6 @@ static int F_option_cnt = 0; static int modify_window_set; static int refused_delete, refused_archive_part; static int refused_partial, refused_progress, refused_delete_before; -static char *dest_option = NULL; static char *max_size_arg; static char partialdir_for_delayupdate[] = ".~tmp~"; -- 2.34.1