diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-12-14 10:23:30 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-12-15 08:16:31 +0100 |
commit | 715933a3d3d1023df0d77c1765850e8579b84dfc (patch) | |
tree | 7e918292b4c54ef80fa25a95d9955be866804e9f /source3/wscript_build | |
parent | 0429471fe478b86a9857511a7b841601640c8bac (diff) | |
download | samba-715933a3d3d1023df0d77c1765850e8579b84dfc.tar.gz samba-715933a3d3d1023df0d77c1765850e8579b84dfc.tar.bz2 samba-715933a3d3d1023df0d77c1765850e8579b84dfc.zip |
s3:smbd: split ID_CACHE_* message handling into parent and child parts
metze
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index b07539f7f6..4fe432bf50 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -339,7 +339,7 @@ WINBINDD_SRC = '''${WINBINDD_SRC1} MANGLE_SRC = '''smbd/mangle.c smbd/mangle_hash.c smbd/mangle_hash2.c''' -SMBD_SRC_MAIN = '''smbd/server.c smbd/msg_idmap.c''' +SMBD_SRC_MAIN = '''smbd/server.c''' BUILDOPT_SRC = '''smbd/build_options.c''' |