Skip to content
Snippets Groups Projects
Commit c6e48d67 authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

Typo when !LDAP_REFERRALS

parent 2c644a29
No related branches found
No related tags found
No related merge requests found
......@@ -169,7 +169,7 @@ wait4msg( LDAP *ld, int msgid, int all, struct timeval *timeout,
rc = ldap_select1( ld, tvp );
if ( rc == 0 || ( rc == -1 && (
(LDAP_BOOL_GET(ld, LDAP_BOOL_RESTART) = LDAP_OPT_OFF)
(LDAP_BOOL_GET(ld, LDAP_BOOL_RESTART) == LDAP_OPT_OFF)
|| errno != EINTR ))) {
ld->ld_errno = (rc == -1 ? LDAP_SERVER_DOWN :
LDAP_TIMEOUT);
......
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