Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
a77b2b7d
Commit
a77b2b7d
authored
Jan 16, 2007
by
Pierangelo Masarati
Browse files
fix dumb overparanoid test
parent
7b3f359c
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
a77b2b7d
OpenLDAP 2.3 Change Log
Fixed slapd-meta typo in assert
OpenLDAP 2.3.33 Release (2007/01/12)
Fixed slapd syncrepl error logging with delta-syncrepl
...
...
servers/slapd/back-meta/conn.c
View file @
a77b2b7d
...
...
@@ -1698,7 +1698,7 @@ meta_back_release_conn_lock(
tmpmc
=
avl_delete
(
&
mi
->
mi_conninfo
.
lai_tree
,
(
caddr_t
)
mc
,
meta_back_conndnmc_cmp
);
assert
(
tmpmc
==
NULL
&&
tmpmc
==
mc
);
assert
(
tmpmc
==
NULL
||
tmpmc
==
mc
);
}
LDAP_BACK_CONN_CACHED_CLEAR
(
mc
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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