diff options
author | venaas <venaas> | 2007-01-03 15:00:10 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2007-01-03 15:00:10 +0000 |
commit | c6394d1a23a3aef9a8dca8b38843a461482beb53 (patch) | |
tree | be1562c8cb38ed5e29842a77d812f244ab79b294 /radsecproxy.c | |
parent | 8cfacf01c02e4fc7d14d3e30a7dce00ef2e83e0c (diff) |
radsrv realm routing changes
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@14 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'radsecproxy.c')
-rw-r--r-- | radsecproxy.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/radsecproxy.c b/radsecproxy.c index 399ef78..d794ad0 100644 --- a/radsecproxy.c +++ b/radsecproxy.c @@ -534,6 +534,8 @@ struct peer *radsrv(struct request *rq, char *buf, struct peer *from) { break; } } + if (*realm) + break; } #if 0 switch (from->type) { |