Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / net / pppd / patches / patch-ap
bloba039cf74d25e093db0ed43156e83e293842c796a
1 $NetBSD$
3 --- pppd/fsm.c.orig     2004-11-13 03:28:15.000000000 +0100
4 +++ pppd/fsm.c
5 @@ -306,7 +306,7 @@ fsm_timeout(arg)
6      case ACKRCVD:
7      case ACKSENT:
8         if (f->retransmits <= 0) {
9 -           warn("%s: timeout sending Config-Requests\n", PROTO_NAME(f));
10 +           warn("%s: timeout sending Config-Requests", PROTO_NAME(f));
11             f->state = STOPPED;
12             if( (f->flags & OPT_PASSIVE) == 0 && f->callbacks->finished )
13                 (*f->callbacks->finished)(f);