Changeset 11328 for trunk/FACT++
- Timestamp:
- 07/10/11 22:19:56 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/fadctrl.cc
r11285 r11328 1627 1627 // ^^^^^ for debugging ^^^^^ 1628 1628 1629 if (!(conf.Has("base-addr") ^ conf.Has("addr")))1630 {1631 T::Out() << kRed << "EvalConfiguration - Only --base-addr or --addr allowed." << endl;1632 return 2;1633 }1634 1635 1629 if (conf.Has("base-addr")) 1636 1630 { … … 1661 1655 AddEndpoint(tcp::endpoint(ba::ip::address_v4(target), endpoint.port())); 1662 1656 } 1657 1658 StartConnection(); 1659 return -1; 1660 1663 1661 } 1664 1662 … … 1674 1672 AddEndpoint(endpoint); 1675 1673 } 1676 } 1677 1678 StartConnection(); 1674 1675 StartConnection(); 1676 return -1; 1677 } 1679 1678 1680 1679 return -1;
Note:
See TracChangeset
for help on using the changeset viewer.