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

tpot at samba.org tpot at samba.org
Sun Dec 19 03:23:10 GMT 2004


Author: tpot
Date: 2004-12-19 03:23:10 +0000 (Sun, 19 Dec 2004)
New Revision: 4273

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

Log:
Same fix for r4272 in SAMBA_3_0 branch.

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	2004-12-19 03:22:14 UTC (rev 4272)
+++ branches/SAMBA_3_0/source/libads/ads_status.c	2004-12-19 03:23:10 UTC (rev 4273)
@@ -116,10 +116,10 @@
 	{
 		uint32 msg_ctx;
 		uint32 minor;
+		gss_buffer_desc msg1, msg2;
 
 		msg_ctx = 0;
 		
-		gss_buffer_desc msg1, msg2;
 		msg1.value = NULL;
 		msg2.value = NULL;
 		gss_display_status(&minor, status.err.rc, GSS_C_GSS_CODE,



More information about the samba-cvs mailing list