Ignore:
Timestamp:
Aug 4, 2009, 11:17:27 AM (15 years ago)
Author:
mies
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/communication/BaseCommunication.cpp

    r5638 r5645  
    7575        for (vector<endpoint_reference>::iterator i = remote_endpoints.begin();
    7676                i != remote_endpoints.end(); i++) {
    77                 if (*i->endpoint == *endpoint) {
     77                if ((*i->endpoint).type_id() == endpoint->type_id() && (*i->endpoint) == *endpoint) {
    7878                        i->count--;
    7979                        if (i->count==0) {
Note: See TracChangeset for help on using the changeset viewer.