summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/torture/smb2/ioctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/torture/smb2/ioctl.c b/source4/torture/smb2/ioctl.c
index 6af0b1c8303..df98b048dce 100644
--- a/source4/torture/smb2/ioctl.c
+++ b/source4/torture/smb2/ioctl.c
@@ -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;