diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-07-06 16:39:58 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:23:50 -0500 |
commit | 6821e39e4b64301af96f74d7afd9abccca4bc2e2 (patch) | |
tree | 6b11953a441631b65529ed4e63b86b59a988bb59 /source3 | |
parent | a6706eee9b0ac1ee8c55f1e7c0f43bc0f50ae4b9 (diff) | |
download | samba-6821e39e4b64301af96f74d7afd9abccca4bc2e2.tar.gz samba-6821e39e4b64301af96f74d7afd9abccca4bc2e2.tar.bz2 samba-6821e39e4b64301af96f74d7afd9abccca4bc2e2.zip |
r23731: Forgot one reference to inbuf
(This used to be commit b02115f2ca6aca8655a4ebd1bd0adaa1e50578ce)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/smbd/reply.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. |