mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
remove lint
This commit is contained in:
parent
08c87f8f13
commit
2dbd6c6d0e
1 changed files with 2 additions and 2 deletions
|
|
@ -193,7 +193,7 @@ static void slapd_close(ber_socket_t s) {
|
|||
tcp_close(s);
|
||||
}
|
||||
|
||||
static slap_free_listener_addresses(struct sockaddr **sal)
|
||||
static void slap_free_listener_addresses(struct sockaddr **sal)
|
||||
{
|
||||
struct sockaddr **sap;
|
||||
|
||||
|
|
@ -863,7 +863,7 @@ slapd_daemon_task(
|
|||
}
|
||||
|
||||
for ( l = 0; slap_listeners[l] != NULL; l++ ) {
|
||||
ber_int_t s;
|
||||
ber_socket_t s;
|
||||
socklen_t len = sizeof(from);
|
||||
long id;
|
||||
slap_ssf_t ssf = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue