diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-06-02 13:42:28 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-06-03 17:54:40 +0200 |
commit | ec0553bb6e66eb2125ae81421285e7ea9fa14e06 (patch) | |
tree | aaa2435b4d23401fa3c40104c69333b1ea5685de /source3/Makefile.in | |
parent | 261c59e3a1ce9edc8c5db74e91a58988ebab6712 (diff) | |
download | samba-ec0553bb6e66eb2125ae81421285e7ea9fa14e06.tar.gz samba-ec0553bb6e66eb2125ae81421285e7ea9fa14e06.tar.bz2 samba-ec0553bb6e66eb2125ae81421285e7ea9fa14e06.zip |
s3:smbd: implement SMB2 Close
metze
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 0430656382..0f3a74f08d 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -753,6 +753,7 @@ SMBD_OBJ_SRV = smbd/files.o smbd/chgpasswd.o smbd/connection.o \ smbd/smb2_server.o smbd/smb2_negprot.o \ smbd/smb2_sesssetup.o smbd/smb2_tcon.o smbd/smb2_glue.o \ smbd/smb2_create.o \ + smbd/smb2_close.o \ smbd/smb2_keepalive.o smbd/smb2_signing.o \ $(MANGLE_OBJ) @VFS_STATIC@ |