diff options
author | venaas <venaas> | 2007-06-29 07:56:50 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2007-06-29 07:56:50 +0000 |
commit | 2901b06557ce13d028d7f99d9b71e88e459eec85 (patch) | |
tree | 3638013f9a92d0476acda01f322125d53833f612 /radsecproxy.c | |
parent | 5d05ee2dd37f778e6aabdc0a476af4125b0193fa (diff) |
only white space change
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@156 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'radsecproxy.c')
-rw-r--r-- | radsecproxy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/radsecproxy.c b/radsecproxy.c index abc59b3..0865b7e 100644 --- a/radsecproxy.c +++ b/radsecproxy.c @@ -464,7 +464,7 @@ int tlsverifycert(SSL *ssl, struct clsrvconf *conf) { if (!cert) { debug(DBG_ERR, "tlsverifycert: failed to obtain certificate"); return 0; -} + } if (inet_pton(AF_INET, conf->host, &addr)) type = AF_INET; |