]> git.sur5r.net Git - openldap/commitdiff
coverity scan, fix typo
authorHoward Chu <hyc@openldap.org>
Tue, 8 May 2007 14:07:52 +0000 (14:07 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 8 May 2007 14:07:52 +0000 (14:07 +0000)
servers/slapd/back-monitor/database.c

index 2b7d678eed0d20284c5ccab12c233f43ca01c8e9..f09001ed2b0070e05e8d160f7789b91018a1563f 100644 (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 "