svn commit: samba r21121 - in branches/SAMBA_3_0/source/smbd: .

vlendec at samba.org vlendec at samba.org
Fri Feb 2 12:38:18 GMT 2007


Author: vlendec
Date: 2007-02-02 12:38:18 +0000 (Fri, 02 Feb 2007)
New Revision: 21121

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=21121

Log:
Fix error message, based on RAW-NOTIFY
Modified:
   branches/SAMBA_3_0/source/smbd/nttrans.c


Changeset:
Modified: branches/SAMBA_3_0/source/smbd/nttrans.c
===================================================================
--- branches/SAMBA_3_0/source/smbd/nttrans.c	2007-02-02 11:34:16 UTC (rev 21120)
+++ branches/SAMBA_3_0/source/smbd/nttrans.c	2007-02-02 12:38:18 UTC (rev 21121)
@@ -1839,7 +1839,7 @@
 	}
 
 	if((!fsp->is_directory) || (conn != fsp->conn)) {
-		return ERROR_DOS(ERRDOS,ERRbadfid);
+		return ERROR_NT(NT_STATUS_INVALID_PARAMETER);
 	}
 
 	if (fsp->notify == NULL) {



More information about the samba-cvs mailing list