From: Volker Lendecke Date: Fri, 6 Jul 2007 16:39:58 +0000 (+0000) Subject: r23731: Forgot one reference to inbuf X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~38 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b02115f2ca6aca8655a4ebd1bd0adaa1e50578ce;p=thirdparty%2Fsamba.git r23731: Forgot one reference to inbuf --- diff --git a/source/smbd/reply.c b/source/smbd/reply.c index e0442c143ae..6e41de4ec9a 100644 --- a/source/smbd/reply.c +++ b/source/smbd/reply.c @@ -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.