]> git.sur5r.net Git - openldap/commit
ITS#4943:
authorHallvard Furuseth <hallvard@openldap.org>
Wed, 9 May 2007 19:34:49 +0000 (19:34 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Wed, 9 May 2007 19:34:49 +0000 (19:34 +0000)
commit9e9bf22a64343e63cda1d0b69679057628c007db
tree469024b01f03cd08d7228979308b18fc8dbd0805
parentbb890724d4c7a7d4eeb8bd8cec59891c101afe39
ITS#4943:
In ldap_pvt_thread_pool_submit(), when backing out of thread creation:
  ltp_pending_count '++' -> '--'.  Signal if there are no more threads.
In ldap_int_thread_pool_wrapper():
  if() -> assert() where false would result in eternal loop.
libraries/libldap_r/tpool.c