Index: trunk/BNC/src/PPP/pppOptions.cpp
===================================================================
--- trunk/BNC/src/PPP/pppOptions.cpp	(revision 5836)
+++ trunk/BNC/src/PPP/pppOptions.cpp	(revision 5837)
@@ -73,5 +73,10 @@
 //////////////////////////////////////////////////////////////////////////////
 bool t_pppOptions::corrRequired() const {
-  return false;
+  if (_corrMount.empty()) {
+    return false;
+  }
+  else {
+    return true;
+  }
 }
 
