diff options
author | venaas <venaas> | 2007-05-11 09:51:36 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2007-05-11 09:51:36 +0000 |
commit | 0eab0df9e101ffc4f299d3a3e6cb1d93681bdbd6 (patch) | |
tree | ff99b5c570307e9d679911dbe31e13263454843a /radsecproxy.h | |
parent | 43c3e156c1f01fba6a7b92b30f4f53219beef43b (diff) |
cleaned up some attribute parsing code
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@80 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'radsecproxy.h')
-rw-r--r-- | radsecproxy.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/radsecproxy.h b/radsecproxy.h index d61478c..29107c3 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -63,7 +63,6 @@ struct request { uint8_t received; struct timeval expiry; struct client *from; - unsigned char *messageauthattrval; uint8_t origid; /* used by servwr */ char origauth[16]; /* used by servwr */ struct sockaddr_storage fromsa; /* used by udpservwr */ |