diff options
Diffstat (limited to 'radsecproxy.c')
-rw-r--r-- | radsecproxy.c | 2 |
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; } |