summaryrefslogtreecommitdiff
path: root/radsecproxy.c
diff options
context:
space:
mode:
authorvenaas <venaas>2007-01-03 14:26:17 +0000
committervenaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf>2007-01-03 14:26:17 +0000
commit6c733c89f244f5f6260c3f8e96ad93b8d4b4530d (patch)
tree54050d60c9a38a86d7224938a2adae639d1040a7 /radsecproxy.c
parentd35344ed142d522b968bb1cfa47db8852eb06e4b (diff)
tlslistener changes
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@9 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'radsecproxy.c')
-rw-r--r--radsecproxy.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/radsecproxy.c b/radsecproxy.c
index 93b2b4a..6933614 100644
--- a/radsecproxy.c
+++ b/radsecproxy.c
@@ -590,8 +590,6 @@ void *clientrd(void *arg) {
lastconnecttry = peer->lastconnecttry;
buf = (peer->type == 'U' ? radudpget(peer->sockcl, &peer, NULL) : radtlsget(peer->sslcl));
if (!buf && peer->type == 'T') {
- printf("retry in 60s\n");
- sleep(60); /* should have exponential backoff perhaps, better do it inside radtlsget */
tlsconnect(peer, &lastconnecttry, "clientrd");
continue;
}