Parent Directory | Revision Log | Revision Graph
Import on branch sme8 of package ppp-2.4.4-1.3.el5.sme.src.rpm
1 | slords | 1.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 */ |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |