coverity scan, fix typo

This commit is contained in:
Howard Chu 2007-05-08 14:07:52 +00:00
parent b626499794
commit eb6b265009

View file

@ -375,7 +375,7 @@ monitor_back_register_database(
}
ms_database = monitor_back_get_subsys( SLAPD_MONITOR_DATABASE_NAME );
if ( ms_backend == NULL ) {
if ( ms_database == NULL ) {
Debug( LDAP_DEBUG_ANY,
"monitor_back_register_database: "
"unable to get "