diff options
author | Gregor Beck <gbeck@sernet.de> | 2012-07-16 09:34:15 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-08-16 06:56:51 +1000 |
commit | 1c2bae062d202c69d5b92b634f6b9ced3ea2a0ba (patch) | |
tree | 634d86ac8c03fc27166e7571053396b14aefb3f8 /source3/wscript_build | |
parent | 65976d680acd48aa9f59664f715fa9ce40185955 (diff) | |
download | samba-1c2bae062d202c69d5b92b634f6b9ced3ea2a0ba.tar.gz samba-1c2bae062d202c69d5b92b634f6b9ced3ea2a0ba.tar.bz2 samba-1c2bae062d202c69d5b92b634f6b9ced3ea2a0ba.zip |
s3:net add command "connections cleanup"
Signed-off-by: Andrew Bartlett <abartlet@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 2fc65550c9..dfd452257d 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -515,7 +515,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_group.c utils/net_file.c utils/net_registry.c utils/net_connections.c utils/net_registry_check.c utils/net_dom.c utils/net_share.c utils/net_g_lock.c |