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 4bbbead..0f42ffe 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -122,6 +122,7 @@ struct server { struct realm { char *name; char *message; + uint8_t accresp; regex_t regex; struct list *srvconfs; struct list *accsrvconfs; |