Ignore:
Timestamp:
Feb 5, 2010, 9:46:33 AM (14 years ago)
Author:
Christoph Mayer
Message:

-timer shutdown fix, -bootstrap module shutdown fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/utility/bootstrap/BootstrapManager.cpp

    r7532 r7536  
    111111
    112112        ModuleMap::iterator i = modules.find(type);
    113         if( i != modules.end() ) return RegistrationFailed;
     113        if( i == modules.end() ) return RegistrationFailed;
    114114
    115115        BootstrapModule* module = i->second;
Note: See TracChangeset for help on using the changeset viewer.