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

r11527: Has this ever been run?

This commit is contained in:
Volker Lendecke 2005-11-05 23:14:30 +00:00 committed by Gerald (Jerry) Carter
parent 16467008c6
commit 419b28d02d

View File

@ -204,6 +204,7 @@ BOOL torture_delshare(void)
struct libnet_DelShare share;
mem_ctx = talloc_init("test_listshares");
host = lp_parm_string(-1, "torture", "host");
binding = lp_parm_string(-1, "torture", "binding");
status = dcerpc_parse_binding(mem_ctx, binding, &bind);
if (!NT_STATUS_IS_OK(status)) {