diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-10-05 19:20:45 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-10-19 12:15:01 +0200 |
commit | 4a7a8ecb0b69b3b79823aab7504e75451d20e5a0 (patch) | |
tree | c6676d08c0f53c5b13073a9f205db6e5adddf6c1 /source3/wscript_build | |
parent | 5a4ffb20ffe387fa5bb373778ba84d24a7e5b74f (diff) | |
download | samba-4a7a8ecb0b69b3b79823aab7504e75451d20e5a0.tar.gz samba-4a7a8ecb0b69b3b79823aab7504e75451d20e5a0.tar.bz2 samba-4a7a8ecb0b69b3b79823aab7504e75451d20e5a0.zip |
s3:utils/net: remove unused "net connections"
The connections.tdb will go away.
metze
Signed-off-by: Michael Adam <obnox@samba.org>
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 fc46621c69..4b9c3ec6b4 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -514,7 +514,7 @@ NET_SRC1 = '''utils/net.c utils/net_ads.c utils/net_help.c utils/net_util.c utils/net_rpc_sh_acct.c utils/net_rpc_audit.c utils/net_dns.c utils/net_ads_gpo.c utils/net_conf.c utils/net_join.c utils/net_user.c - utils/net_group.c utils/net_file.c utils/net_registry.c utils/net_connections.c + utils/net_group.c utils/net_file.c utils/net_registry.c utils/net_registry_check.c utils/net_dom.c utils/net_share.c utils/net_g_lock.c |