mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 07:39:35 -05:00
Fix typo
This commit is contained in:
parent
0c3344eef3
commit
5c66902abb
1 changed files with 1 additions and 1 deletions
|
|
@ -275,7 +275,7 @@ static Listener * open_listener( const char* url )
|
||||||
ldap_free_urldesc( lud );
|
ldap_free_urldesc( lud );
|
||||||
sai = res;
|
sai = res;
|
||||||
do {
|
do {
|
||||||
switch( sai_ai_family ) {
|
switch( sai->ai_family ) {
|
||||||
case AF_INET:
|
case AF_INET:
|
||||||
# ifdef LDAP_PF_INET6
|
# ifdef LDAP_PF_INET6
|
||||||
case AF_INET6:
|
case AF_INET6:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue