r24494: add comment to remind me to look at the flags on a tconx
authorStefan Metzmacher <metze@samba.org>
Thu, 16 Aug 2007 14:45:46 +0000 (14:45 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 20:02:02 +0000 (15:02 -0500)
metze
(This used to be commit deefefeadfc4c5c3448ac378e1910fb75df0dc77)

source4/smb_server/smb/service.c

index c646df20b8ddc32967274b24b212ab3d95474a25..c159eb3b883bc3b717b1aea7478105c4a2dbd8c2 100644 (file)
@@ -187,6 +187,8 @@ NTSTATUS smbsrv_tcon_backend(struct smbsrv_request *req, union smb_tcon *con)
                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)) {