fix indentation

This commit is contained in:
Pierangelo Masarati 2006-01-02 08:18:29 +00:00
parent ad4a21f1a4
commit 9c7aca5b47

View File

@ -618,8 +618,8 @@ bdb_cache_lru_purge(void *ctx, void *arg)
/* Defer processing till we're needed again */
ldap_pvt_runqueue_resched( &slapd_rq, rtask, 1 );
ldap_pvt_thread_mutex_unlock( &slapd_rq.rq_mutex );
}
}
}
/* caller must have lru_head_mutex locked. mutex
* will be unlocked on return.