[patch 2.2] wrong message in client/client.c

Josef Zlomek josef.zlomek at email.cz
Wed Aug 28 08:07:59 GMT 2002


Hello,

this trivial patch has not been commited to 2_2 branch yet.
The HEAD branch is correct.

Josef


diff -upr samba.cvs/source/client/client.c samba.fixed/source/client/client.c
--- samba.cvs/source/client/client.c	Wed Aug 21 22:55:28 2002
+++ samba.fixed/source/client/client.c	Wed Aug 28 17:47:36 2002
@@ -1475,7 +1475,7 @@ static void cmd_open(void)
 	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-technical mailing list