Changeset 7536 for source/ariba/utility/bootstrap
- Timestamp:
- Feb 5, 2010, 9:46:33 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/bootstrap/BootstrapManager.cpp
r7532 r7536 111 111 112 112 ModuleMap::iterator i = modules.find(type); 113 if( i != modules.end() ) return RegistrationFailed;113 if( i == modules.end() ) return RegistrationFailed; 114 114 115 115 BootstrapModule* module = i->second;
Note:
See TracChangeset
for help on using the changeset viewer.