[Samba] [2.2 CVS] wrong message

Josef Zlomek josef.zlomek at email.cz
Sun Aug 18 12:21:01 GMT 2002


Hi,

there is a wrong message in function cmd_open in source/client/client.c
Patch attached.

Josef Zlomek


Index: client.c
===================================================================
RCS file: /cvsroot/samba/source/client/client.c,v
retrieving revision 1.148.2.28
diff -u -r1.148.2.28 client.c
--- client.c	14 May 2002 14:00:49 -0000	1.148.2.28
+++ client.c	18 Aug 2002 16:15:14 -0000
@@ -1475,7 +1475,7 @@
 	pstrcpy(mask,cur_dir);
 	
 	if (!next_token(NULL,buf,NULL,sizeof(buf))) {
-		DEBUG(0,("del <filename>\n"));
+		DEBUG(0,("open <filename>\n"));
 		return;
 	}
 	pstrcat(mask,buf);



More information about the samba mailing list