X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fupap.c;h=87335339944dfd353fc59a02ff9e8daec5b6b543;hp=02fd8f8d9831096a2fb1cca9760c2b4156f56b63;hb=d00f8a0e184cc73b1ca33a9b22c1b1f87292a72f;hpb=f53a48eb9d74db3c71938e114b7f489c339bc003 diff --git a/pppd/upap.c b/pppd/upap.c index 02fd8f8..8733533 100644 --- a/pppd/upap.c +++ b/pppd/upap.c @@ -40,7 +40,7 @@ * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#define RCSID "$Id: upap.c,v 1.29 2002/12/04 23:03:33 paulus Exp $" +#define RCSID "$Id: upap.c,v 1.30 2005/07/13 10:41:58 paulus Exp $" /* * TODO: @@ -52,7 +52,6 @@ #include "pppd.h" #include "upap.h" -static const char rcsid[] = RCSID; static bool hide_password = 1; @@ -498,7 +497,6 @@ upap_rauthack(u, inp, id, len) u->us_clientstate = UPAPCS_OPEN; - notice("PAP authentication succeeded"); auth_withpeer_success(u->us_unit, PPP_PAP, 0); }