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:
parent
d202aae3c8
commit
f22822790c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user