Skip to content
Snippets Groups Projects
Commit ec785076 authored by Howard Chu's avatar Howard Chu
Browse files

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.
parent 54517b9f
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
}
}
......
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