mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 18:49:34 -05:00
ITS#5117 try to log a message if chasing an include: fails. Since
ldif_read_record() doesn't distinguish errors from EOF, this is kind of futile.
This commit is contained in:
parent
54517b9fb2
commit
ec78507682
1 changed files with 3 additions and 1 deletions
|
|
@ -879,7 +879,9 @@ ldif_read_record(
|
|||
/* We failed to open the file, this should
|
||||
* be reported as an error somehow.
|
||||
*/
|
||||
break;
|
||||
ber_pvt_log_printf( LDAP_DEBUG_ANY, ldif_debug,
|
||||
_("ldif_read_record: include %s failed\n"), ptr );
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue