diff options
author | venaas <venaas> | 2008-06-03 15:24:34 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2008-06-03 15:24:34 +0000 |
commit | fa53d9dcff3326ea7fb3fd1c2c1a57fcc3cc9dbf (patch) | |
tree | 92d102c473066f6c94feb494e6e60af9c415d9eb /radsecproxy.h | |
parent | a52dbc68d142399681577fe76b423e4b1df4b4bf (diff) |
renamed rpf to loopprevention
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@277 e88ac4ed-0b26-0410-9574-a7f39faa03bf
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 */ |