summaryrefslogtreecommitdiffstats
path: root/cpukit/pppd
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/pppd')
-rw-r--r--cpukit/pppd/sys-rtems.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/pppd/sys-rtems.c b/cpukit/pppd/sys-rtems.c
index c9ddf11b63..9d4fd2c683 100644
--- a/cpukit/pppd/sys-rtems.c
+++ b/cpukit/pppd/sys-rtems.c
@@ -484,7 +484,7 @@ output(
u_char *p,
int len)
{
- if (debug);
+ if (debug)
dbglog("sent %P", p, len);
/* printf("sent packet [%d]\n", len); */