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 fdf9f36..476011c 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -47,7 +47,7 @@ struct options { char *sourcetcp; char *logdestination; uint8_t loglevel; - uint8_t rpf; + uint8_t loopprevention; }; /* requests that our client will send */ |