From 27b7e51a3cc619f879655a3230611457ac43b9e7 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 14 Jan 2003 08:53:59 +0000 Subject: Merge from HEAD: - fstring/pstring mixups - the detection code that found them (disabled) - a bit of whitespace - a static Andrew Bartlett (This used to be commit 9b70fa868e7d9481f584c83fc4046174e1dedfd9) --- source3/client/client.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source3/client') diff --git a/source3/client/client.c b/source3/client/client.c index bdcf60bb85..f7c076b79e 100644 --- a/source3/client/client.c +++ b/source3/client/client.c @@ -2847,9 +2847,9 @@ static void remember_query_host(const char *arg, pstrcpy(desthost,optarg); if( 0 == port ) port = 139; - message = True; - break; - case 'i': + message = True; + break; + case 'i': set_global_scope(optarg); break; case 'N': @@ -2978,7 +2978,7 @@ static void remember_query_host(const char *arg, } break; case 'D': - pstrcpy(base_directory,optarg); + fstrcpy(base_directory,optarg); break; case 'c': cmdstr = optarg; -- cgit