summaryrefslogtreecommitdiffstats
path: root/src/providers/proxy/proxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/providers/proxy/proxy.c')
-rw-r--r--src/providers/proxy/proxy.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/providers/proxy/proxy.c b/src/providers/proxy/proxy.c
index 443e603ee..8bdc94aa6 100644
--- a/src/providers/proxy/proxy.c
+++ b/src/providers/proxy/proxy.c
@@ -468,13 +468,9 @@ static void pc_init_timeout(struct tevent_context *ev,
struct timeval t, void *ptr)
{
struct tevent_req *req;
- struct pc_init_ctx *state;
DEBUG(2, ("Client timed out before Identification!\n"));
-
req = talloc_get_type(ptr, struct tevent_req);
- state = tevent_req_data(req, struct pc_init_ctx);
-
tevent_req_error(req, ETIMEDOUT);
}