ITS#8798 Do not insert delays on a successful bind

This commit is contained in:
Ondřej Kuzník 2018-01-19 17:33:33 +00:00
parent 28871cb07f
commit 00c8d8b1fb

View file

@ -493,10 +493,6 @@ novals:;
{ {
break; break;
} }
if ( config->delay ) {
sleep( config->delay );
}
} }
if ( ld != NULL ) { if ( ld != NULL ) {