|
Message
From: cvs at opencores.org<cvs@o...>
Date: Wed Jan 24 20:33:39 CET 2007
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/07/01 24:20:33 Modified: jop/java/target/src/common/ejip Ppp.java Log: use LinkLayer.ip Revision Changes Path 1.8 jop/java/target/src/common/ejip/Ppp.java http://www.opencores.org/cvsweb.shtml/jop/java/target/src/common/ejip/Ppp.java.diff?r1=1.7&r2=1.8 (In the diff below, changes in quantity of whitespace are not shown.) Index: Ppp.java =================================================================== RCS file: /cvsroot/martin/jop/java/target/src/common/ejip/Ppp.java,v retrieving revision 1.7 retrieving revision 1.8 diff -u -b -r1.7 -r1.8 --- Ppp.java 15 Jan 2007 01:55:13 -0000 1.7 +++ Ppp.java 24 Jan 2007 19:33:39 -0000 1.8 @@ -118,10 +118,6 @@ * remote ip address. */ private static int ipRemote; -/** -* ip address. -*/ - private static int ip; /** * request for reconnect. @@ -166,7 +162,6 @@ connCount = 0; lcpId = 0x11; - ip = 0; ipRemote = 0; reconnectRequest = false; disconnectRequest = false; @@ -177,6 +172,7 @@ // new Serial(serAddr, 10, 3000); single = new Ppp(); + single.ip = 0; rth = pppThread; return single;
|
 |