diff options
-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 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: |