From: Volker Lendecke Date: Sun, 24 May 2009 11:18:34 +0000 (+0200) Subject: Don't set a timeout deep inside wb_connect X-Git-Tag: tdb-1.1.5~412 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f528dbcf2e28ab9f5fd1e0a56b64a31514105cf3;p=thirdparty%2Fsamba.git Don't set a timeout deep inside wb_connect --- diff --git a/source3/lib/wbclient.c b/source3/lib/wbclient.c index 979aa94d40f..41f5c81afe7 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: