--- libraries/libldap/result.c 1998/11/04 22:51:31 1.12 +++ libraries/libldap/result.c 1998/11/05 03:58:52 1.13 @@ -169,7 +169,7 @@ wait4msg( LDAP *ld, int msgid, int all, 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);