a change I made yesterday corrupted the displayed filename in some
authorAndrew Tridgell <tridge@samba.org>
Thu, 29 Oct 1998 06:10:31 +0000 (06:10 +0000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 29 Oct 1998 06:10:31 +0000 (06:10 +0000)
cases. cosmetic fix.

sender.c

index d2beb4d..bc30e4c 100644 (file)
--- a/sender.c
+++ b/sender.c
@@ -137,7 +137,6 @@ void send_files(struct file_list *flist,int f_out,int f_in)
                        offset = strlen(file->basedir)+1;
                }
                strlcat(fname,f_name(file),MAXPATHLEN-strlen(fname));
-               clean_fname(fname);
          
                if (verbose > 2) 
                        rprintf(FINFO,"send_files(%d,%s)\n",i,fname);