In opensm/osm_inform.c:__match_inf_rec, around line 123, there is:

        /* if inform_info.gid is not zero, ignore lid range */
        if (!memcmp(&p_infr_rec->inform_record.inform_info.gid, &all_zero_gid,
                    sizeof(p_infr_rec->inform_record.inform_info.gid))) {

Shouldn't this be if (memcmp) rather than if (!memcmp) ?

-- Hal
_______________________________________________
general mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to