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
Tero Saarni
OpenLDAP
Commits
46d73bce
Commit
46d73bce
authored
Sep 29, 2009
by
Quanah Gibson-Mount
Browse files
ITS#6279
parent
fe342e2b
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
46d73bce
...
...
@@ -11,6 +11,7 @@ OpenLDAP 2.4.19 Engineering
Fixed slapo-pcache cache corruption (ITS#6242)
Fixed slapo-sssvlv sort control dereferencing (ITS#6288)
Fixed contrib/nssov getgroupbymembers (ITS#6291)
Fixed contrib/autogroup segfaults (ITS#6279)
OpenLDAP 2.4.18 Release (2009/09/06)
Fixed client tools common options (ITS#6049)
...
...
contrib/slapd-modules/autogroup/autogroup.c
View file @
46d73bce
...
...
@@ -1452,6 +1452,10 @@ autogroup_db_open(
Debug
(
LDAP_DEBUG_TRACE
,
"==> autogroup_db_open
\n
"
,
0
,
0
,
0
);
if
(
agi
==
NULL
)
{
return
0
;
}
connection_fake_init
(
&
conn
,
&
opbuf
,
thrctx
);
op
=
&
opbuf
.
ob_op
;
...
...
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