From 73b0a2bdf8b667a5ad70bb4bcc08409e8c9ef7aa Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 11 Jan 2003 12:04:14 +0000 Subject: Fix a number of client-side fstring/pstring mixups. Andrew Bartlett (This used to be commit fe1cc779d5ea77e87dbc0e2edf7c34a354fee6e0) --- source3/client/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/client') diff --git a/source3/client/client.c b/source3/client/client.c index 44fcdb0e8d..f7c076b79e 100644 --- a/source3/client/client.c +++ b/source3/client/client.c @@ -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