blob: 851436bab9c167b98abdc4eec6b2f3ebe2e81f2f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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);
|