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

jra at samba.org jra at samba.org
Thu Apr 19 00:45:02 GMT 2007


Author: jra
Date: 2007-04-19 00:45:01 +0000 (Thu, 19 Apr 2007)
New Revision: 22353

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

Log:
Fix bad #ifdefs.
Jeremy.

Modified:
   branches/SAMBA_3_0/source/libsmb/errormap.c


Changeset:
Modified: branches/SAMBA_3_0/source/libsmb/errormap.c
===================================================================
--- branches/SAMBA_3_0/source/libsmb/errormap.c	2007-04-19 00:44:39 UTC (rev 22352)
+++ branches/SAMBA_3_0/source/libsmb/errormap.c	2007-04-19 00:45:01 UTC (rev 22353)
@@ -1631,10 +1631,10 @@
 #if defined(GSS_S_UNAVAILABLE)
 		{GSS_S_UNAVAILABLE, NT_STATUS_UNSUCCESSFUL},
 #endif
-#if defined(GSS_S_BAD_NAMETYPE)
+#if defined(GSS_S_DUPLICATE_ELEMENT)
 		{GSS_S_DUPLICATE_ELEMENT, NT_STATUS_INVALID_PARAMETER},
 #endif
-#if defined(GSS_S_BAD_NAMETYPE)
+#if defined(GSS_S_NAME_NOT_MN)
 		{GSS_S_NAME_NOT_MN, NT_STATUS_INVALID_PARAMETER},
 #endif
 		{ 0, NT_STATUS_OK }



More information about the samba-cvs mailing list