svn commit: samba r25669 - in branches/SAMBA_4_0/source/libcli/util: .

gd at samba.org gd at samba.org
Tue Oct 16 14:09:50 GMT 2007


Author: gd
Date: 2007-10-16 14:09:49 +0000 (Tue, 16 Oct 2007)
New Revision: 25669

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

Log:
Real build fix.

Guenther

Modified:
   branches/SAMBA_4_0/source/libcli/util/werror.h


Changeset:
Modified: branches/SAMBA_4_0/source/libcli/util/werror.h
===================================================================
--- branches/SAMBA_4_0/source/libcli/util/werror.h	2007-10-16 13:50:40 UTC (rev 25668)
+++ branches/SAMBA_4_0/source/libcli/util/werror.h	2007-10-16 14:09:49 UTC (rev 25669)
@@ -179,7 +179,7 @@
 #define WERR_DS_DUP_MSDS_INTID W_ERROR(0x00002195)
 
 /* FRS errors */
-#define WERR_FRS_INVALID_SERVICE_PARAMETER W_ERROR(FRS_ERROR_BASE+17)
+#define WERR_FRS_INVALID_SERVICE_PARAMETER W_ERROR(FRS_ERR_BASE+17)
 
 /* SEC errors */
 #define WERR_SEC_E_ENCRYPT_FAILURE	W_ERROR(0x80090329)



More information about the samba-cvs mailing list