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

coverity scan, fix typo

parent b6264997
No related branches found
No related tags found
No related merge requests found
......@@ -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 "
......
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