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
32a9ad1b
Commit
32a9ad1b
authored
Oct 18, 2003
by
Luke Howard
Browse files
ITS#2777 - fix previous commit
parent
2ce26dc9
Changes
3
Hide whitespace changes
Inline
Side-by-side
libraries/libldap/ldap-int.h
View file @
32a9ad1b
...
...
@@ -30,7 +30,11 @@
#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 @
32a9ad1b
...
...
@@ -808,9 +808,11 @@ 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
}
}
...
...
libraries/libldap/test.c
View file @
32a9ad1b
...
...
@@ -59,7 +59,6 @@ get_line( char *line, int len, FILE *fp, const char *prompt )
return
(
line
);
}
#endif
static
char
**
get_list
(
const
char
*
prompt
)
...
...
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