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
ingo Voss
OpenLDAP
Commits
c23536fa
Commit
c23536fa
authored
Jun 01, 2000
by
Kurt Zeilenga
Browse files
remove lint
parent
b78eec4a
Changes
3
Hide whitespace changes
Inline
Side-by-side
libraries/libldap/open.c
View file @
c23536fa
...
...
@@ -13,6 +13,7 @@
#include "portable.h"
#include <stdio.h>
#include <limits.h>
#include <ac/stdlib.h>
...
...
libraries/libldap/sasl.c
View file @
c23536fa
...
...
@@ -588,7 +588,7 @@ sb_sasl_read( Sockbuf_IO_Desc *sbiod, void *buf, ber_len_t len)
p
->
buf_in
.
buf_size
=
p
->
buf_in
.
buf_end
;
bufptr
+=
ber_pvt_sb_copy_out
(
&
p
->
buf_in
,
buf
+
bufptr
,
len
);
bufptr
+=
ber_pvt_sb_copy_out
(
&
p
->
buf_in
,
(
char
*
)
buf
+
bufptr
,
len
);
return
bufptr
;
}
...
...
servers/slapd/connection.c
View file @
c23536fa
...
...
@@ -7,6 +7,7 @@
#include "portable.h"
#include <stdio.h>
#include <limits.h>
#include <ac/socket.h>
#include <ac/errno.h>
...
...
Write
Preview
Markdown
is supported
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