Changeset 19851
- Timestamp:
- 03/03/07 13:40:27 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/branches/2.0/modules/vapor/vpr/md/common/InetAddrHelpers.cpp
r19848 r19851 347 347 #else 348 348 // XXX: This call may cause problems. It may not work on Linux. 349 const bool down ifc.ifc_req[i].ifr_flags & IFF_UP == 0;349 const bool down = ifc.ifc_req[i].ifr_flags & IFF_UP == 0; 350 350 #endif 351 351
