Index: trunk/BNC/src/PPP/pppOptions.cpp
===================================================================
--- trunk/BNC/src/PPP/pppOptions.cpp	(revision 5842)
+++ trunk/BNC/src/PPP/pppOptions.cpp	(revision 5843)
@@ -136,5 +136,11 @@
 // 
 //////////////////////////////////////////////////////////////////////////////
-double t_pppOptions::maxRes(t_lc::type /* tLC */) const {
-  return _maxResC1;
+double t_pppOptions::maxRes(t_lc::type tLC) const {
+
+  if (t_lc::includesCode(tLC)) {
+    return _maxResC1;
+  }
+  else {
+    return _maxResL1;
+  }
 }
