]> git.sur5r.net Git - openldap/commitdiff
Remove dead comment
authorKurt Zeilenga <kurt@openldap.org>
Thu, 27 Jul 2000 18:40:50 +0000 (18:40 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 27 Jul 2000 18:40:50 +0000 (18:40 +0000)
servers/slapd/monitor.c

index ce1cd803da0c06ccfff5b6f528757009d6022f9c..1c337c53b98cf290fe68fb95afd570605949b484 100644 (file)
@@ -49,7 +49,6 @@ monitor_info(
        vals[1] = NULL;
 
        e = (Entry *) ch_calloc( 1, sizeof(Entry) );
-       /* initialize reader/writer lock */
        e->e_attrs = NULL;
        e->e_dn = ch_strdup( SLAPD_MONITOR_DN );
        e->e_ndn = ch_strdup(SLAPD_MONITOR_DN);