Issue 35 - Error in servers/slapd/back-ldbm/init.c
Summary: Error in servers/slapd/back-ldbm/init.c
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: slapd (show other issues)
Version: unspecified
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-01-06 19:35 UTC by josh@ican.net
Modified: 2014-08-01 21:06 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description josh@ican.net 1999-01-06 19:35:00 UTC
Full_Name: Josh Tiefenbach
Version: -devel as of 6 Jan 99
OS: HPUX 11.00
URL: http://home.ican.net/~josh/ldap/init.c.patch
Submission from: (NULL) (204.92.55.157)


Changes to init.c from rev 1.8 -> 1.9 forgot to bracket references to
dbEnvInit_mutex
within an #ifdef HAVE_BERKELEY_DB2 block.

Attached patch fixes the problem.
Comment 1 Kurt Zeilenga 1999-01-07 01:40:08 UTC
moved from Incoming to Software
Comment 2 Kurt Zeilenga 1999-01-07 02:28:14 UTC
changed notes
changed state Open to Test
Comment 3 Kurt Spanier 1999-01-08 08:05:27 UTC
On Wed, 6 Jan 1999 josh@ican.net wrote:

> Date: Wed, 6 Jan 1999 19:35:01 GMT
> From: josh@ican.net
> To: openldap-its@OpenLDAP.org
> Subject: Error in servers/slapd/back-ldbm/init.c  (ITS#35)
> 
> Full_Name: Josh Tiefenbach
> Version: -devel as of 6 Jan 99
> OS: HPUX 11.00
> URL: http://home.ican.net/~josh/ldap/init.c.patch
> Submission from: (NULL) (204.92.55.157)
> 
> 
> Changes to init.c from rev 1.8 -> 1.9 forgot to bracket references to
> dbEnvInit_mutex
> within an #ifdef HAVE_BERKELEY_DB2 block.

Thanks, it simply slipped my attention, 'cause I always compile with that
flag. Sorry.


Kurt

> 
> Attached patch fixes the problem.
> 
> 


----------==========#########>>>>>ZDV<<<<<#########==========----------

X.500:                                              Tel.:
   Kurt Spanier, Zentrum fuer Datenverarbeitung,      +49 7071 29-70334
   Universitaet Tuebingen, DE
SMTP-Mail:                                          FAX.:
   kurt.spanier@zdv.uni-tuebingen.de                   +49 7071 29-5912
Snail-Mail:
   Dr. Kurt Spanier, Zentrum fuer Datenverarbeitung,
   Universitaet Tuebingen, Waechterstrasse 76, D-72074 Tuebingen
PGP-Public-Key:
   finger "Kurt Spanier"@x500.uni-tuebingen.de

----------==========##########>>>>>@<<<<<##########==========----------


Comment 4 Kurt Zeilenga 1999-01-08 18:19:35 UTC
changed notes
changed state Test to Closed
Comment 5 Kurt Zeilenga 1999-01-13 17:55:10 UTC
moved from Software to Software Bugs
Comment 6 OpenLDAP project 2014-08-01 21:06:51 UTC
Suggested change committed to -devel
(with some HAVE_BERKELEY_DB2 cleanup)
DEVEL ONLY!