Changeset 19850
- Timestamp:
- 03/03/07 13:37:31 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/trunk/modules/vapor/vpr/md/common/InetAddrHelpers.cpp
r19849 r19850 325 325 #else 326 326 // XXX: This call may cause problems. It may not work on Linux. 327 const bool down ifc.ifc_req[i].ifr_flags & IFF_UP == 0;327 const bool down = ifc.ifc_req[i].ifr_flags & IFF_UP == 0; 328 328 #endif 329 329
