Skip to content
Snippets Groups Projects
Commit 46d73bce authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

ITS#6279

parent fe342e2b
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment