diff options
Diffstat (limited to 'radsecproxy.h')
-rw-r--r-- | radsecproxy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/radsecproxy.h b/radsecproxy.h index f5a977f..5a0b3e0 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -132,6 +132,7 @@ struct server { struct realm { char *name; char *message; + uint8_t accresp; regex_t regex; pthread_mutex_t subrealms_mutex; struct list *subrealms; |