diff options
author | venaas <venaas> | 2008-12-18 13:08:17 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2008-12-18 13:08:17 +0000 |
commit | dfb9fcfbba3e196b4c082cc9b8a1fe7b80ac8564 (patch) | |
tree | 9f95192064596cc9c3430dca2310c8c177e5f66b /radsecproxy.h | |
parent | 874e5b1209b31e33e3ea64146d559bee5df36e46 (diff) |
removing some lint warnings
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@440 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 a67d88d..fd48964 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -181,7 +181,7 @@ struct rewrite { struct protodefs { char *name; char *secretdefault; - uint8_t socktype; + int socktype; char *portdefault; uint8_t retrycountdefault; uint8_t retrycountmax; |