[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#6759) assert;Debug -> Debug;assert



Full_Name: Hallvard B Furuseth
Version: 
OS: 
URL: 
Submission from: (NULL) (129.240.6.233)
Submitted by: hallvard


OpenLDAP sometimes does assert() before Debug().  assert is more
convenient after Debug, so more info is readily available for
debugging.  Except when the assert catches that Debug would crash.

I'll update some cases, including for soon-to-be-committed asserts.