Index: trunk/BNC/src/PPP_free/pppClient.cpp
===================================================================
--- trunk/BNC/src/PPP_free/pppClient.cpp	(revision 6097)
+++ trunk/BNC/src/PPP_free/pppClient.cpp	(revision 6098)
@@ -160,5 +160,6 @@
   }
 
-  output->_log = LOG.str();  
+  output->_log = _log->str();
+  delete _log; _log = new ostringstream();
 }
 
