1
0
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:
Volker Lendecke 2007-07-06 16:39:58 +00:00 committed by Gerald (Jerry) Carter
parent dfb89dfcaa
commit b02115f2ca

View File

@ -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.