From: Stefan Metzmacher Date: Thu, 28 Feb 2013 09:50:06 +0000 (+0100) Subject: Revert "TODO s4:torture/smb2: test_notify_tcp_dis trigger idle event every 0.25s" X-Git-Url: http://git.samba.org/?p=metze%2Fsamba%2Fwip.git;a=commitdiff_plain;h=a97d98d730aaacb69b195aa429a1a7c5c6ab93a0 Revert "TODO s4:torture/smb2: test_notify_tcp_dis trigger idle event every 0.25s" This reverts commit 4efe85a486c33c4ce9e84496ba86f6cef925d7ff. --- diff --git a/source4/torture/smb2/notify.c b/source4/torture/smb2/notify.c index ab49920fc9a9..d13f1c0506c7 100644 --- a/source4/torture/smb2/notify.c +++ b/source4/torture/smb2/notify.c @@ -1687,7 +1687,7 @@ static bool torture_smb2_notify_tcp_disconnect( notify.smb2.in.recursive = true; req = smb2_notify_send(tree, &(notify.smb2)); smb2_transport_idle_handler(tree->session->transport, - tcp_dis_handler, 250000, tree); + tcp_dis_handler, 250, tree); tree = NULL; status = smb2_notify_recv(req, torture, &(notify.smb2)); CHECK_STATUS(status, NT_STATUS_LOCAL_DISCONNECT);