summaryrefslogtreecommitdiffstats
path: root/source/client/clitar.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2007-11-15 14:19:52 -0800
committerJeremy Allison <jra@samba.org>2007-11-15 14:19:52 -0800
commit1ea3ac80146b83c2522b69e7747c823366a2b47d (patch)
tree9ccba6f94d73d165284fbbafb8d9026a3de022c7 /source/client/clitar.c
parentb3ed3f7e4e40c4f78d4c347411c75de81979455f (diff)
downloadsamba-1ea3ac80146b83c2522b69e7747c823366a2b47d.tar.gz
samba-1ea3ac80146b83c2522b69e7747c823366a2b47d.tar.xz
samba-1ea3ac80146b83c2522b69e7747c823366a2b47d.zip
More pstring removal. This one was tricky. I had to add
one horror (pstring_clean_name()) which will have to remain until I've removed all pstrings from the client code. Jeremy.
Diffstat (limited to 'source/client/clitar.c')
-rw-r--r--source/client/clitar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/client/clitar.c b/source/client/clitar.c
index 0c820177b01..4ce92c674d0 100644
--- a/source/client/clitar.c
+++ b/source/client/clitar.c
@@ -651,7 +651,7 @@ static void do_atar(char *rname,char *lname,file_info *finfo1)
fnum = cli_open(cli, rname, O_RDONLY, DENY_NONE);
- clean_name(rname);
+ pstring_clean_name(rname);
if (fnum == -1) {
DEBUG(0,("%s opening remote file %s (%s)\n",