1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

s3:net: "net rpc vampire" is an alias for "net rpc vampire passdb"

The should use exactly the same code path for both.

metze
This commit is contained in:
Stefan Metzmacher 2011-01-04 08:50:20 +01:00
parent bf7a27c397
commit 0313969aed

View File

@ -7109,10 +7109,7 @@ static int rpc_vampire(struct net_context *c, int argc, const char **argv)
return 0;
}
return run_rpc_command(c, NULL, &ndr_table_netlogon.syntax_id,
NET_FLAGS_ANONYMOUS,
rpc_vampire_internals,
argc, argv);
return rpc_vampire_passdb(c, argc, argv);
}
return net_run_function(c, argc, argv, "net rpc vampire", func);