svn commit: samba r11449 - in trunk/source/smbd: .

jra at samba.org jra at samba.org
Tue Nov 1 23:50:38 GMT 2005


Author: jra
Date: 2005-11-01 23:50:36 +0000 (Tue, 01 Nov 2005)
New Revision: 11449

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

Log:
Move decl before code.
Jeremy.

Modified:
   trunk/source/smbd/reply.c


Changeset:
Modified: trunk/source/smbd/reply.c
===================================================================
--- trunk/source/smbd/reply.c	2005-11-01 23:49:40 UTC (rev 11448)
+++ trunk/source/smbd/reply.c	2005-11-01 23:50:36 UTC (rev 11449)
@@ -2062,9 +2062,10 @@
 	pstring name;
 	uint32 dirtype;
 	NTSTATUS status;
-	START_PROFILE(SMBunlink);
 	BOOL path_contains_wcard = False;
 
+	START_PROFILE(SMBunlink);
+
 	dirtype = SVAL(inbuf,smb_vwv0);
 	
 	srvstr_get_path_wcard(inbuf, name, smb_buf(inbuf) + 1, sizeof(name), 0, STR_TERMINATE, &status, &path_contains_wcard);



More information about the samba-cvs mailing list