source: npl/internetserver/poptop_ppp/patches/ppp-2.4.3-pkgcheck.patch @ cd5d2d4

gcc484ntopperl-5.22
Last change on this file since cd5d2d4 was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 291 bytes
RevLine 
[c5c522c]1--- ppp-2.4.3/pppd/cbcp.c       2004-10-28 01:15:36.000000000 +0100
2+++ ppp-2.4.3/pppd/cbcp.c       2004-11-22 16:32:59.042090959 +0000
3@@ -146,7 +146,8 @@
4 cbcp_open(unit)
5     int unit;
6 {
7-    dbglog("cbcp_open");
8+    if (debug)
9+        dbglog("cbcp_open");
10 }
11 
12 /* process an incomming packet */
Note: See TracBrowser for help on using the repository browser.