summaryrefslogtreecommitdiff
path: root/radsecproxy.h
diff options
context:
space:
mode:
authorvenaas <venaas>2007-05-15 14:19:44 +0000
committervenaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf>2007-05-15 14:19:44 +0000
commitdfcb1477dc31cf7ae1e3b66fc25fb3d8acd5f163 (patch)
tree0f8d63e0c676d5b478880ed33de27e068bac7ab5 /radsecproxy.h
parent36f1a92cea2b74a44ba521701d6cb31df8ce3cd1 (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.h1
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;
};