Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tero Saarni
OpenLDAP
Commits
b4ab6540
Commit
b4ab6540
authored
Jun 23, 2010
by
Quanah Gibson-Mount
Browse files
ITS#6577
parent
33b8770d
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
b4ab6540
...
...
@@ -9,6 +9,7 @@ OpenLDAP 2.4.23 Engineering
Fixed slapd modrdn handling of invalid values (ITS#6570)
Fixed slapd-bdb hasSubordinates computation (ITS#6549)
Fixed slapd-bdb to use memcpy instead for strcpy (ITS#6474)
Fixed slapd-bdb entry cache delete failure (ITS#6577)
Fixed slapd-ldap to return control responses (ITS#6530)
Fixed slapo-ppolicy to use Debug (ITS#6566)
Fixed slapo-refint to zero out freed DN vals (ITS#6572)
...
...
servers/slapd/back-bdb/dn2id.c
View file @
b4ab6540
...
...
@@ -23,7 +23,6 @@
#include
"idl.h"
#include
"lutil.h"
#if 0
#define bdb_dn2id_lock BDB_SYMBOL(dn2id_lock)
static
int
...
...
@@ -49,9 +48,6 @@ bdb_dn2id_lock( struct bdb_info *bdb, struct berval *dn,
&
lockobj
,
db_rw
,
lock
);
return
rc
;
}
#else
#define bdb_dn2id_lock(a,b,c,d,e) 0
#endif
#ifndef BDB_HIER
int
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment