moved more stuff from rqout to rq
[radsecproxy.git] / udp.c
diff --git a/udp.c b/udp.c
index 3079a68..617f3cd 100644 (file)
--- a/udp.c
+++ b/udp.c
@@ -196,7 +196,6 @@ void *udpserverrd(void *arg) {
        rq->buf = radudpget(*sp, &rq->from, NULL, &rq->fromsa);
        rq->fromudpsock = *sp;
        radsrv(rq);
-       freerq(rq);
     }
     free(sp);
 }