mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-19 02:28:47 -05:00
(ITS#1728?) Copy sockaddr so PF_LOCAL unlink will work
This commit is contained in:
parent
cea0e34f53
commit
dc2dd2a075
1 changed files with 2 additions and 0 deletions
|
|
@ -513,6 +513,8 @@ static Listener * slap_open_listener(
|
|||
return NULL;
|
||||
}
|
||||
|
||||
AC_MEMCPY( &l.sl_sa, *sal, addrlen );
|
||||
|
||||
switch ( (*sal)->sa_family ) {
|
||||
#ifdef LDAP_PF_LOCAL
|
||||
case AF_LOCAL: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue