mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
torture: trivial test_ioctl_network_interface_info cleanup
Signed-off-by: David Disseldorp <ddiss@samba.org> Reviewed-by: Jeremy Allson <jra@samba.org>
This commit is contained in:
parent
a3aee061b4
commit
5e3b5b53b2
@ -2449,8 +2449,8 @@ static bool test_ioctl_network_interface_info(struct torture_context *torture,
|
||||
torture_assert_ndr_success(torture, ndr_ret,
|
||||
"ndr_pull_fsctl_net_iface_info");
|
||||
|
||||
ndr_print_debug((ndr_print_fn_t)ndr_print_fsctl_net_iface_info
|
||||
, "Network Interface Info", &net_iface);
|
||||
ndr_print_debug((ndr_print_fn_t)ndr_print_fsctl_net_iface_info,
|
||||
"Network Interface Info", &net_iface);
|
||||
|
||||
talloc_free(tmp_ctx);
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user