mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
r23731: Forgot one reference to inbuf
This commit is contained in:
parent
dfb89dfcaa
commit
b02115f2ca
@ -228,7 +228,7 @@ size_t srvstr_get_path_wcard(char *inbuf, uint16 smb_flags2, char *dest,
|
||||
|
||||
*contains_wcard = False;
|
||||
|
||||
if (SVAL(inbuf,smb_flg2) & FLAGS2_DFS_PATHNAMES) {
|
||||
if (smb_flags2 & FLAGS2_DFS_PATHNAMES) {
|
||||
/*
|
||||
* For a DFS path the function parse_dfs_path()
|
||||
* will do the path processing, just make a copy.
|
||||
|
Loading…
Reference in New Issue
Block a user