Skip to content
Snippets Groups Projects
Commit 3bc84c25 authored by Ondřej Kuzník's avatar Ondřej Kuzník Committed by Quanah Gibson-Mount
Browse files

ITS#8631 Initialize sal

parent e9f32eea
No related branches found
No related tags found
No related merge requests found
......@@ -1291,7 +1291,7 @@ slap_open_listener(
LDAPURLDesc *lud;
unsigned short port;
int err, addrlen = 0;
struct sockaddr **sal, **psal;
struct sockaddr **sal = NULL, **psal;
int socktype = SOCK_STREAM; /* default to COTS */
ber_socket_t s;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment