source3/rpc_client: Fix CID 1273041 Condition is redundant
[nivanova/samba-autobuild/.git] / source3 / rpc_client / rpc_transport_np.c
index b928b7c3474279c83b26e3cd4b8d5d057e89c75d..9dc5c5634fc0e244e91ac518dd747d450b9a905a 100644 (file)
@@ -141,7 +141,8 @@ static void rpc_transport_np_init_pipe_open(struct tevent_req *subreq)
                                 timeval_current_ofs_msec(100 * state->retries),
                                 rpc_transport_np_init_pipe_open_retry, req);
                if (tevent_req_nomem(te, req)) {
-                       return;
+                       DEBUG(2, ("Failed to create asynchronous "
+                                       "tevent_timer"));
                }
                return;
        } else if (!NT_STATUS_IS_OK(status)) {