diff options
Diffstat (limited to 'radsecproxy.h')
-rw-r--r-- | radsecproxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/radsecproxy.h b/radsecproxy.h index fb4d30d..bd74f75 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -116,7 +116,7 @@ struct server { uint8_t clientrdgone; struct timeval lastconnecttry; uint8_t connectionok; - uint8_t loststatsrv; + uint8_t lostrqs; char *dynamiclookuparg; int nextid; struct request *requests; |