svn commit: samba r21968 - in branches/SAMBA_3_0/source/libads: .

jra at samba.org jra at samba.org
Tue Mar 27 00:29:47 GMT 2007


Author: jra
Date: 2007-03-27 00:29:46 +0000 (Tue, 27 Mar 2007)
New Revision: 21968

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

Log:
Don't use gss-types in proto headers.
Jeremy.

Modified:
   branches/SAMBA_3_0/source/libads/ads_status.c


Changeset:
Modified: branches/SAMBA_3_0/source/libads/ads_status.c
===================================================================
--- branches/SAMBA_3_0/source/libads/ads_status.c	2007-03-27 00:00:50 UTC (rev 21967)
+++ branches/SAMBA_3_0/source/libads/ads_status.c	2007-03-27 00:29:46 UTC (rev 21968)
@@ -148,7 +148,7 @@
 }
 
 #ifdef HAVE_GSSAPI
-NTSTATUS gss_err_to_ntstatus(OM_uint32 maj, OM_uint32 min)
+NTSTATUS gss_err_to_ntstatus(uint32 maj, uint32 min)
 {
 	ADS_STATUS adss = ADS_ERROR_GSS(maj, min);
 	DEBUG(10,("gss_err_to_ntstatus: Error %s\n",



More information about the samba-cvs mailing list