diff options
Diffstat (limited to 'radsecproxy.c')
| -rw-r--r-- | radsecproxy.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/radsecproxy.c b/radsecproxy.c index 4a02197..fdb2838 100644 --- a/radsecproxy.c +++ b/radsecproxy.c @@ -2055,7 +2055,7 @@ struct request *createstatsrvrq() {  /* code for removing state not finished */  void *clientwr(void *arg) {      struct server *server = (struct server *)arg; -    struct rqout *rqout; +    struct rqout *rqout = NULL;      pthread_t clientrdth;      int i, secs, dynconffail = 0;      uint8_t rnd; | 
