mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Remove dead comment
This commit is contained in:
parent
9e37451421
commit
c86a1aaac2
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue