diff options
author | venaas <venaas> | 2007-05-15 14:19:44 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2007-05-15 14:19:44 +0000 |
commit | dfcb1477dc31cf7ae1e3b66fc25fb3d8acd5f163 (patch) | |
tree | 0f8d63e0c676d5b478880ed33de27e068bac7ab5 /radsecproxy.h | |
parent | 36f1a92cea2b74a44ba521701d6cb31df8ce3cd1 (diff) |
fixed bug in id2server
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@87 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'radsecproxy.h')
-rw-r--r-- | radsecproxy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/radsecproxy.h b/radsecproxy.h index 797fa53..45b646f 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -115,6 +115,7 @@ struct server { struct realm { char *name; + regex_t regex; struct server *server; }; |