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 | 2966efb880abdd868f68bceb11989f239a0072ed (patch) | |
tree | d55437aaf59daa2479fd29bbaea622acf7d42a58 /radsecproxy.h | |
parent | c3ffe16cca7ea716083282c504472cb4a6bb529c (diff) |
renamed rpf to loopprevention
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@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 10009fc..682805f 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 */ |