diff options
author | Volker Lendecke <vl@samba.org> | 2009-05-24 13:18:34 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-05-24 13:51:01 +0200 |
commit | f528dbcf2e28ab9f5fd1e0a56b64a31514105cf3 (patch) | |
tree | e09e36422dad56d4abf8e22409cce7022f392ece /source3 | |
parent | 9de2efaa5b197c46508c36f50bbe6c5026f2953a (diff) | |
download | samba-f528dbcf2e28ab9f5fd1e0a56b64a31514105cf3.tar.gz samba-f528dbcf2e28ab9f5fd1e0a56b64a31514105cf3.tar.xz samba-f528dbcf2e28ab9f5fd1e0a56b64a31514105cf3.zip |
Don't set a timeout deep inside wb_connect
Diffstat (limited to 'source3')
-rw-r--r-- | source3/lib/wbclient.c | 5 |
1 files changed, 0 insertions, 5 deletions
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: |