diff options
author | Richard Sharpe <sharpe@samba.org> | 2002-09-18 06:11:13 +0000 |
---|---|---|
committer | Richard Sharpe <sharpe@samba.org> | 2002-09-18 06:11:13 +0000 |
commit | c9ab9fe826a38e36a0f3c6b7924db8ce8fe70213 (patch) | |
tree | 5c7ba74987dce488bf2761c7ab4324d600b5e13f /source3/utils | |
parent | 7e29a2ec1d7d86225cca4b02af28805a412da124 (diff) | |
download | samba-c9ab9fe826a38e36a0f3c6b7924db8ce8fe70213.tar.gz samba-c9ab9fe826a38e36a0f3c6b7924db8ce8fe70213.tar.bz2 samba-c9ab9fe826a38e36a0f3c6b7924db8ce8fe70213.zip |
Add a synonym for samdump ...
(This used to be commit a8dc1464ea2d05eb2a26afdd433cdb6b69002259)
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/net_rpc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c index 4067ce344d..50c14c6f5b 100644 --- a/source3/utils/net_rpc.c +++ b/source3/utils/net_rpc.c @@ -2260,6 +2260,7 @@ int net_rpc(int argc, const char **argv) {"abortshutdown", rpc_shutdown_abort}, {"shutdown", rpc_shutdown}, {"samdump", rpc_samdump}, + {"vampire", rpc_samdump}, {"getsid", net_rpc_getsid}, {"help", net_rpc_help}, {NULL, NULL} |