summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb2/config.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-12-06 13:26:24 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:47:08 -0500
commit2634f22bfcd5172ae20e9fa0d236aee91c43c1ae (patch)
tree36a16dbf9fb00ee3b1e7b788454022cf947af071 /source4/smb_server/smb2/config.mk
parente5adca67f255555533934c1eb56268af8bd527a3 (diff)
downloadsamba-2634f22bfcd5172ae20e9fa0d236aee91c43c1ae.tar.gz
samba-2634f22bfcd5172ae20e9fa0d236aee91c43c1ae.tar.bz2
samba-2634f22bfcd5172ae20e9fa0d236aee91c43c1ae.zip
r12092: - add dummy functions for the missing SMB2 opcodes
- implement keepalive and logoff metze (This used to be commit 859ab627f45a5acca1deb66b8abdc38eaf49e5a2)
Diffstat (limited to 'source4/smb_server/smb2/config.mk')
-rw-r--r--source4/smb_server/smb2/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/smb_server/smb2/config.mk b/source4/smb_server/smb2/config.mk
index 105b646e31..6117c1e43a 100644
--- a/source4/smb_server/smb2/config.mk
+++ b/source4/smb_server/smb2/config.mk
@@ -7,7 +7,8 @@ ADD_OBJ_FILES = \
negprot.o \
sesssetup.o \
tcon.o \
- fileio.o
+ fileio.o \
+ keepalive.o
REQUIRED_SUBSYSTEMS = \
NTVFS LIBPACKET LIBCLI_SMB2
# End SUBSYSTEM SMB2_PROTOCOL