Author: metze
Date: 2007-08-16 14:45:46 +0000 (Thu, 16 Aug 2007)
New Revision: 24494

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

Log:
add comment to remind me to look at the flags on a tconx

metze
Modified:
   branches/SAMBA_4_0/source/smb_server/smb/service.c


Changeset:
Modified: branches/SAMBA_4_0/source/smb_server/smb/service.c
===================================================================
--- branches/SAMBA_4_0/source/smb_server/smb/service.c  2007-08-16 14:42:22 UTC 
(rev 24493)
+++ branches/SAMBA_4_0/source/smb_server/smb/service.c  2007-08-16 14:45:46 UTC 
(rev 24494)
@@ -187,6 +187,8 @@
                return status;
        } 
 
+       /* TODO: take a look at tconx.in.flags! */
+
        status = make_connection(req, con->tconx.in.path, 
con->tconx.in.password, 
                                 con->tconx.in.device);
        if (!NT_STATUS_IS_OK(status)) {

Reply via email to