fix for OP4 builds w/ NSPR

This commit is contained in:
Darren Ranalli 2004-06-24 22:15:30 +00:00
parent bb7e646a3b
commit a36ce0cf4e

View File

@ -49,7 +49,7 @@ CConnectionRepository() :
_sec_code(0),
_msg_type(0)
{
#ifdef HAVE_NSPR
#if defined(HAVE_NSPR) && defined(SIMULATE_NETWORK_DELAY)
if (min_lag != 0.0 || max_lag != 0.0) {
_qcr.start_delay(min_lag, max_lag);
}