diff options
author | venaas <venaas> | 2008-09-17 14:28:10 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2008-09-17 14:28:10 +0000 |
commit | 4f7c11c9ea5795ac0dd32540e5045d3fc10f0a89 (patch) | |
tree | 8a8eba4584092bd3cdd7c67123825c461e6d23e3 /radsecproxy.c | |
parent | 0ae3e22361c9d7a7ff1cc8532095f5f3975448b5 (diff) |
trying to avoid some silly compiler warnings
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@390 e88ac4ed-0b26-0410-9574-a7f39faa03bf
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; |