From 6c733c89f244f5f6260c3f8e96ad93b8d4b4530d Mon Sep 17 00:00:00 2001 From: venaas Date: Wed, 3 Jan 2007 14:26:17 +0000 Subject: tlslistener changes git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@9 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- radsecproxy.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'radsecproxy.c') 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; } -- cgit v1.1