Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
a77a549b
Commit
a77a549b
authored
Mar 17, 2009
by
Quanah Gibson-Mount
Browse files
ITS#6014
parent
c1b07aa8
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
a77a549b
...
...
@@ -28,6 +28,7 @@ OpenLDAP 2.4.16 Engineering
Fixed slapo-syncprov multiple CSN propagation (ITS#5973)
Fixed slapo-syncprov sending cookies without CSN (ITS#6024)
Fixed slapo-syncprov skipped entries with MMR (ITS#5988)
Fixed tools passphrase free (ITS#6014)
Build Environment
Cleaned up alloc/free functions for Windows (ITS#6005)
Fixed running of autosave files in testsuite (ITS#6026)
...
...
clients/tools/common.c
View file @
a77a549b
...
...
@@ -255,9 +255,11 @@ tool_destroy( void )
ber_memfree
(
binddn
);
}
#if 0 /* not yet */
if ( passwd.bv_val != NULL ) {
ber_memfree( passwd.bv_val );
}
#endif
}
void
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment