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 --- tcp.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'tcp.c') diff --git a/tcp.c b/tcp.c index b3e41df..d59efa5 100644 --- a/tcp.c +++ b/tcp.c @@ -249,11 +249,9 @@ void tcpserverrd(struct client *client) { rq->buf = buf; rq->from = client; if (!radsrv(rq)) { - freerq(rq); debug(DBG_ERR, "tcpserverrd: message authentication/validation failed, closing connection from %s", client->conf->host); break; } - freerq(rq); } /* stop writer by setting s to -1 and give signal in case waiting for data */ -- cgit v1.1