mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-23 15:23:00 -05:00
coverity scan, fix typo
This commit is contained in:
parent
b626499794
commit
eb6b265009
1 changed files with 1 additions and 1 deletions
|
|
@ -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 "
|
||||
|
|
|
|||
Loading…
Reference in a new issue