Changeset 5636 for source


Ignore:
Timestamp:
Aug 4, 2009, 10:15:04 AM (15 years ago)
Author:
mies
Message:
 
File:
1 edited

Legend:

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

    r5628 r5636  
    6060        if (endpoint==NULL) return;
    6161        BOOST_FOREACH( endpoint_reference& ref, remote_endpoints ) {
    62                 if (*ref.endpoint == *endpoint) {
     62                if (ref.endpoint->type_id() == endpoint->type_id() && *ref.endpoint == *endpoint) {
    6363                        ref.count++;
    6464                        return;
Note: See TracChangeset for help on using the changeset viewer.