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
bb6f9f4c
Commit
bb6f9f4c
authored
Oct 18, 2003
by
Luke Howard
Browse files
Back out previous commit - files apart from test.c
parent
32a9ad1b
Changes
2
Hide whitespace changes
Inline
Side-by-side
libraries/libldap/ldap-int.h
View file @
bb6f9f4c
...
...
@@ -30,11 +30,7 @@
#include
<sasl.h>
#endif
#if 1
#define SASL_MAX_BUFF_SIZE 262144
#else
#define SASL_MAX_BUFF_SIZE 65536
#endif
#define SASL_MIN_BUFF_SIZE 4096
#endif
...
...
libraries/libldap/result.c
View file @
bb6f9f4c
...
...
@@ -808,11 +808,9 @@ lr->lr_res_matched ? lr->lr_res_matched : "" );
ldap_free_request
(
ld
,
lr
);
}
#if 0
if
(
lc
!=
NULL
)
{
ldap_free_connection
(
ld
,
lc
,
0
,
1
);
}
#endif
}
}
...
...
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