From b1cf2a9afe47bfd3872ccaf88b1470080fd84633 Mon Sep 17 00:00:00 2001 From: venaas Date: Tue, 22 May 2007 13:57:25 +0000 Subject: added sending of statusserver and some missing free and unlock in some error cases git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@95 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- radsecproxy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'radsecproxy.h') diff --git a/radsecproxy.h b/radsecproxy.h index 9b1747c..b4dcfe6 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -52,7 +52,6 @@ struct options { char *listentcp; char *logdestination; uint8_t loglevel; - uint8_t statusserver; }; /* requests that our client will send */ @@ -103,6 +102,7 @@ struct server { struct timeval lastconnecttry; uint8_t connectionok; int nextid; + uint8_t statusserver; struct request *requests; uint8_t newrq; pthread_mutex_t newrq_mutex; -- cgit v1.1