From f528dbcf2e28ab9f5fd1e0a56b64a31514105cf3 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 24 May 2009 13:18:34 +0200 Subject: Don't set a timeout deep inside wb_connect --- source3/lib/wbclient.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source3/lib') diff --git a/source3/lib/wbclient.c b/source3/lib/wbclient.c index 979aa94d40..41f5c81afe 100644 --- a/source3/lib/wbclient.c +++ b/source3/lib/wbclient.c @@ -261,11 +261,6 @@ static struct tevent_req *wb_connect_send(TALLOC_CTX *mem_ctx, goto nomem; } tevent_req_set_callback(subreq, wbc_connect_connected, result); - - if (!tevent_req_set_endtime(subreq, ev, timeval_current_ofs(30, 0))) { - goto nomem; - } - return result; post_status: -- cgit