From: Andrew Tridgell Date: Tue, 31 Oct 2000 10:59:50 +0000 (+0000) Subject: fix bug in handling of : X-Git-Tag: mbp_bk_export0~212 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38bf526fc5c78f780422c2f343ae6bf7f1bb4149;p=thirdparty%2Frsync.git fix bug in handling of : --- diff --git a/main.c b/main.c index e54ae8b0..57992482 100644 --- a/main.c +++ b/main.c @@ -593,7 +593,7 @@ static int start_client(int argc, char *argv[]) am_sender = 0; *p = 0; - shell_machine = argv[0]; + shell_machine = argv0; shell_path = p+1; argc--; argv++;