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

perl-5.22
Last change on this file since 5160d62 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
  • ppp-2.4.3/pppd/cbcp.c

     
    146146cbcp_open(unit)
    147147    int unit;
    148148{
    149     dbglog("cbcp_open");
     149    if (debug)
     150        dbglog("cbcp_open");
    150151}
    151152
    152153/* process an incomming packet */
Note: See TracBrowser for help on using the repository browser.