summaryrefslogtreecommitdiff
path: root/source4/utils/net/net_vampire.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-04-09 14:59:32 +1000
committerAndrew Bartlett <abartlet@samba.org>2008-04-09 14:59:32 +1000
commit8a982108a4f115e350c4246276f2ec886934c7fe (patch)
treebe949a2980f83a212db28a01ad3c56d2de327a05 /source4/utils/net/net_vampire.c
parent9d2948f4bd5f196904d27c67bf4f0baf7eaefcb0 (diff)
downloadsamba-8a982108a4f115e350c4246276f2ec886934c7fe.tar.gz
samba-8a982108a4f115e350c4246276f2ec886934c7fe.tar.bz2
samba-8a982108a4f115e350c4246276f2ec886934c7fe.zip
Link the new vampire code togeather.
This adds in the newly attached secrets handling, as well as an interface to the command line 'net' tool. Andrew Bartlett (This used to be commit 1282e3c39479aa580124206814b493370d10690a)
Diffstat (limited to 'source4/utils/net/net_vampire.c')
-rw-r--r--source4/utils/net/net_vampire.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/utils/net/net_vampire.c b/source4/utils/net/net_vampire.c
index c798112d7b..4f6371d617 100644
--- a/source4/utils/net/net_vampire.c
+++ b/source4/utils/net/net_vampire.c
@@ -169,7 +169,7 @@ int net_samsync_ldb(struct net_context *ctx, int argc, const char **argv)
int net_samsync_ldb_usage(struct net_context *ctx, int argc, const char **argv)
{
- d_printf("net samsync_ldb\n");
+ d_printf("net samsync\n");
return 0;
}