svn commit: samba r23731 - in branches/SAMBA_3_0/source/smbd: .

vlendec at samba.org vlendec at samba.org
Fri Jul 6 16:39:59 GMT 2007


Author: vlendec
Date: 2007-07-06 16:39:58 +0000 (Fri, 06 Jul 2007)
New Revision: 23731

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23731

Log:
Forgot one reference to inbuf

Modified:
   branches/SAMBA_3_0/source/smbd/reply.c


Changeset:
Modified: branches/SAMBA_3_0/source/smbd/reply.c
===================================================================
--- branches/SAMBA_3_0/source/smbd/reply.c	2007-07-05 19:55:40 UTC (rev 23730)
+++ branches/SAMBA_3_0/source/smbd/reply.c	2007-07-06 16:39:58 UTC (rev 23731)
@@ -228,7 +228,7 @@
 
 	*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.



More information about the samba-cvs mailing list