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
Nadezhda Ivanova
OpenLDAP
Commits
15d87e41
Commit
15d87e41
authored
Sep 06, 2002
by
Kurt Zeilenga
Browse files
Don't install alloc routines when using SASLv2
parent
9d7dc2c0
Changes
1
Show whitespace changes
Inline
Side-by-side
libraries/libldap/cyrus.c
View file @
15d87e41
...
...
@@ -82,7 +82,8 @@ int ldap_int_sasl_init( void )
return
0
;
}
#ifndef CSRIMALLOC
/* SASL 2 takes care of its own memory completely internally */
#if SASL_VERSION_MAJOR < 2 && !defined(CSRIMALLOC)
sasl_set_alloc
(
ber_memalloc
,
ber_memcalloc
,
...
...
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