From 14bd6c8b0954ad58ac4e3e157835594c26bfa97a Mon Sep 17 00:00:00 2001 From: David Disseldorp Date: Tue, 15 Jan 2013 17:22:57 +0100 Subject: smb2_ioctl: split ioctl handler code on device type Add per device type ioctl handler source files for FSCTL_DFS, FSCTL_FILESYSTEM, FSCTL_NAMED_PIPE and FSCTL_NETWORK_FILESYSTEM. Reviewed by: Jeremy Allison --- source3/wscript_build | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/wscript_build') diff --git a/source3/wscript_build b/source3/wscript_build index 2e530f56f4..2f26c0308a 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -370,6 +370,10 @@ SMBD_SRC_SRV = '''smbd/server_reload.c smbd/files.c smbd/connection.c smbd/smb2_write.c smbd/smb2_lock.c smbd/smb2_ioctl.c + smbd/smb2_ioctl_dfs.c + smbd/smb2_ioctl_filesys.c + smbd/smb2_ioctl_named_pipe.c + smbd/smb2_ioctl_network_fs.c smbd/smb2_keepalive.c smbd/smb2_find.c smbd/smb2_notify.c -- cgit