don't open if no configuration is present (ITS#6279)

This commit is contained in:
Pierangelo Masarati 2009-09-08 08:15:08 +00:00
parent 393612b8e1
commit 91ed170c29

View file

@ -1450,6 +1450,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;