diff options
author | venaas <venaas> | 2007-10-11 11:12:38 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2007-10-11 11:12:38 +0000 |
commit | 1ec68212fcc2f69b3b04a2a4f7108b1a972ab61d (patch) | |
tree | 7156340f1181e8a095f20942a09fe784fc978057 /radsecproxy.h | |
parent | 7bc2eef3286ec71909e3cc97397e1e61bdd36e29 (diff) |
fixed bug with servers being added after realm definitions
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.0@185 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 4202d48..788a832 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -109,7 +109,7 @@ struct realm { char *name; char *message; regex_t regex; - struct server *server; + int serverno; }; struct tls { |