1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-12 20:58:37 +03:00

s3: Remove an unused variable

This commit is contained in:
Volker Lendecke 2011-04-16 15:27:53 +02:00
parent 10a552a957
commit 35c71231ac

View File

@ -558,7 +558,6 @@ static void tldap_msg_received(struct tevent_req *subreq)
subreq, struct tldap_context);
struct tevent_req *req;
struct tldap_msg_state *state;
struct tevent_context *ev;
struct asn1_data *data;
uint8_t *inbuf;
ssize_t received;
@ -617,8 +616,6 @@ static void tldap_msg_received(struct tevent_req *subreq)
state->inbuf = talloc_move(state, &inbuf);
state->data = talloc_move(state, &data);
ev = state->ev;
talloc_set_destructor(req, NULL);
tldap_msg_unset_pending(req);
num_pending = talloc_array_length(ld->pending);