- Timestamp:
- Aug 6, 2014, 3:26:32 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppOptions.cpp
r5814 r5837 73 73 ////////////////////////////////////////////////////////////////////////////// 74 74 bool t_pppOptions::corrRequired() const { 75 return false; 75 if (_corrMount.empty()) { 76 return false; 77 } 78 else { 79 return true; 80 } 76 81 } 77 82
Note:
See TracChangeset
for help on using the changeset viewer.