From 7dfbb2835f395105982c8e42529c468de3cffcb4 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 15 May 2009 11:50:20 +0200 Subject: s3:smbd: implement SMB2 Tree Connect For now this only checks if the share is present or not. metze --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index 68d5488771..1ad1f5acc2 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -749,7 +749,7 @@ SMBD_OBJ_SRV = smbd/files.o smbd/chgpasswd.o smbd/connection.o \ smbd/file_access.o \ smbd/dnsregister.o smbd/globals.o \ smbd/smb2_server.o smbd/smb2_negprot.o \ - smbd/smb2_sesssetup.o \ + smbd/smb2_sesssetup.o smbd/smb2_tcon.o \ smbd/smb2_keepalive.o \ $(MANGLE_OBJ) @VFS_STATIC@ -- cgit