From 5b259b9efe0902fb95228cf76e7d49eb2fb3c601 Mon Sep 17 00:00:00 2001 From: venaas Date: Tue, 16 Sep 2008 15:10:11 +0000 Subject: moved more stuff from rqout to rq git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@382 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- tls.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'tls.c') diff --git a/tls.c b/tls.c index 6836c28..a9f91b3 100644 --- a/tls.c +++ b/tls.c @@ -302,11 +302,9 @@ void tlsserverrd(struct client *client) { rq->buf = buf; rq->from = client; if (!radsrv(rq)) { - freerq(rq); debug(DBG_ERR, "tlsserverrd: message authentication/validation failed, closing connection from %s", client->conf->host); break; } - freerq(rq); } /* stop writer by setting ssl to NULL and give signal in case waiting for data */ -- cgit v1.2.3