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:
parent
bf7a27c397
commit
0313969aed
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user