From 6821e39e4b64301af96f74d7afd9abccca4bc2e2 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 6 Jul 2007 16:39:58 +0000 Subject: r23731: Forgot one reference to inbuf (This used to be commit b02115f2ca6aca8655a4ebd1bd0adaa1e50578ce) --- source3/smbd/reply.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd/reply.c') diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c index e0442c143a..6e41de4ec9 100644 --- a/source3/smbd/reply.c +++ b/source3/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. -- cgit