diff options
-rw-r--r-- | source4/librpc/rpc/dcerpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/rpc/dcerpc.c b/source4/librpc/rpc/dcerpc.c index 155150ed97..759397971a 100644 --- a/source4/librpc/rpc/dcerpc.c +++ b/source4/librpc/rpc/dcerpc.c @@ -1451,8 +1451,8 @@ static void dcerpc_request_recv_data(struct dcecli_connection *c, req_done: /* we've got the full payload */ + dcerpc_req_dequeue(req); req->state = RPC_REQUEST_DONE; - DLIST_REMOVE(c->pending, req); /* * We have to look at shipping further requests before calling |