Files
pkgsrc-ng/net/pppd/patches/patch-ap
2013-09-26 17:14:40 +02:00

14 lines
496 B
Plaintext

$NetBSD: patch-ap,v 1.1.1.1 2005/01/02 02:51:42 cube Exp $
--- pppd/fsm.c.orig 2004-11-13 03:28:15.000000000 +0100
+++ pppd/fsm.c
@@ -306,7 +306,7 @@ fsm_timeout(arg)
case ACKRCVD:
case ACKSENT:
if (f->retransmits <= 0) {
- warn("%s: timeout sending Config-Requests\n", PROTO_NAME(f));
+ warn("%s: timeout sending Config-Requests", PROTO_NAME(f));
f->state = STOPPED;
if( (f->flags & OPT_PASSIVE) == 0 && f->callbacks->finished )
(*f->callbacks->finished)(f);