summaryrefslogtreecommitdiffstats
path: root/src/ppp.subr
diff options
context:
space:
mode:
Diffstat (limited to 'src/ppp.subr')
-rw-r--r--src/ppp.subr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ppp.subr b/src/ppp.subr
index c05ebd7..b659881 100644
--- a/src/ppp.subr
+++ b/src/ppp.subr
@@ -6,7 +6,7 @@ ppp_up() {
/usr/sbin/pppd call $PEER updetach child-timeout $PPP_TIMEOUT linkname $(basename $PEER)
if [ $? -ne 0 ]; then
- err "pppd connection failed"
+ err_append "pppd connection failed"
exit 1
fi
}