svn commit: samba r4272 - in trunk/source/libads: .

tpot at samba.org tpot at samba.org
Sun Dec 19 03:22:15 GMT 2004


Author: tpot
Date: 2004-12-19 03:22:14 +0000 (Sun, 19 Dec 2004)
New Revision: 4272

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

Log:
Move variable declaration before first statement in block.

Modified:
   trunk/source/libads/ads_status.c


Changeset:
Modified: trunk/source/libads/ads_status.c
===================================================================
--- trunk/source/libads/ads_status.c	2004-12-19 01:02:45 UTC (rev 4271)
+++ trunk/source/libads/ads_status.c	2004-12-19 03:22:14 UTC (rev 4272)
@@ -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