Revert "debug"
[metze/samba/wip.git] / source4 / librpc / rpc / dcerpc_connect.c
index d23883cf8eecfe9f785ba4f62915b04b2b26e479..cff29bc06b2a9b70db446af3b3a8f823f153fd55 100644 (file)
@@ -1171,9 +1171,6 @@ static void continue_pipe_connect(struct composite_context *c, struct pipe_conne
        struct composite_context *auth_bind_req;
 
        s->pipe->binding = talloc_move(s->pipe, &s->binding);
-       if (composite_nomem(s->pipe->binding, c)) {
-               return;
-       }
 
        auth_bind_req = dcerpc_pipe_auth_send(s->pipe, s->pipe->binding, s->table,
                                              s->credentials, s->lp_ctx);