1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r11448: Move decl before code.

Jeremy.
This commit is contained in:
Jeremy Allison 2005-11-01 23:49:40 +00:00 committed by Gerald (Jerry) Carter
parent d202aae3c8
commit f22822790c

View File

@ -2062,9 +2062,10 @@ int reply_unlink(connection_struct *conn, char *inbuf,char *outbuf, int dum_size
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);