svn commit: samba r17672 - in branches/SAMBA_3_0/source/libsmb: .

jerry at samba.org jerry at samba.org
Mon Aug 21 21:25:19 GMT 2006


Author: jerry
Date: 2006-08-21 21:25:17 +0000 (Mon, 21 Aug 2006)
New Revision: 17672

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

Log:
remove duplicate description on NT_STATUS_INVALID_PARAMETER (from Michael Adam <ma at sernet.de>)
Modified:
   branches/SAMBA_3_0/source/libsmb/nterr.c


Changeset:
Modified: branches/SAMBA_3_0/source/libsmb/nterr.c
===================================================================
--- branches/SAMBA_3_0/source/libsmb/nterr.c	2006-08-21 21:03:28 UTC (rev 17671)
+++ branches/SAMBA_3_0/source/libsmb/nterr.c	2006-08-21 21:25:17 UTC (rev 17672)
@@ -569,7 +569,6 @@
 	{ "Invalid workstation", 		NT_STATUS_INVALID_WORKSTATION },
 	{ "Password expired", 			NT_STATUS_PASSWORD_EXPIRED },
 	{ "Account disabled", 			NT_STATUS_ACCOUNT_DISABLED },
-	{ "Unexpected information received", 	NT_STATUS_INVALID_PARAMETER },
 	{ "Memory allocation error", 		NT_STATUS_NO_MEMORY },
 	{ "No domain controllers located", 	NT_STATUS_DOMAIN_CONTROLLER_NOT_FOUND },
 	{ "Named pipe not available", 		NT_STATUS_PIPE_NOT_AVAILABLE },



More information about the samba-cvs mailing list