Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
6a06fb7f
Commit
6a06fb7f
authored
Jan 16, 2000
by
Luke Howard
Browse files
In ldap_pvt_sasl_init() treat subsequent invocations as no-ops, not error.
parent
80f85e97
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/libldap/sasl.c
View file @
6a06fb7f
...
...
@@ -407,7 +407,7 @@ int ldap_pvt_sasl_init( void )
static
int
sasl_initialized
=
0
;
if
(
sasl_initialized
)
{
return
-
1
;
return
0
;
}
#ifndef CSRIMALLOC
sasl_set_alloc
(
ber_memalloc
,
ber_memcalloc
,
ber_memrealloc
,
ber_memfree
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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