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

14 lines
515 B
Plaintext

$NetBSD: patch-am,v 1.1 2003/06/08 10:36:18 abs Exp $
--- ppp/cbcp.c.orig Sun Jun 8 11:23:58 2003
+++ ppp/cbcp.c
@@ -560,7 +560,7 @@ cbcp_CheckResponse(struct cbcp *cbcp, st
}
return CBCP_ACTION_DOWN;
}
- log_Printf(LogPHASE, "Internal CBCP error - agreed on %d ??!?\n",
+ log_Printf(LogPHASE, "Internal CBCP error - agreed on %d ?!?\n",
(int)cbcp->fsm.type);
return CBCP_ACTION_DOWN;
} else if (data->type == CBCP_NONUM && cbcp->fsm.type == CBCP_CLIENTNUM) {