touch idle-timeout HAVE_TLS odds; silence warning #ifndef HAVE_TLS

This commit is contained in:
Pierangelo Masarati 2006-05-06 10:50:13 +00:00
parent 470fda7744
commit 401b211d98

View File

@ -734,11 +734,13 @@ retry_lock:
}
}
#ifdef HAVE_TLS
done:;
#endif /* HAVE_TLS */
if ( li->li_idle_timeout && lc ) {
lc->lc_time = op->o_time;
}
done:;
return lc;
}