X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fplugins%2Frp-pppoe%2Fpppoe.h;h=2309ad3e01bec8e5236fd037d1a0a35e8bc62aae;hp=35c98c8232dac6fb9f61f39f7852d48dda255e34;hb=6e6bb3246106e680463c106d1ee6b773fc4f9c5a;hpb=64c5979a37b7865bc750f13dbe0b77507250e077 diff --git a/pppd/plugins/rp-pppoe/pppoe.h b/pppd/plugins/rp-pppoe/pppoe.h index 35c98c8..2309ad3 100644 --- a/pppd/plugins/rp-pppoe/pppoe.h +++ b/pppd/plugins/rp-pppoe/pppoe.h @@ -9,7 +9,7 @@ * This program may be distributed according to the terms of the GNU * General Public License, version 2 or (at your option) any later version. * -* $Id: pppoe.h,v 1.1 2001/12/14 02:55:20 mostrows Exp $ +* $Id: pppoe.h,v 1.2 2004/11/04 10:07:37 paulus Exp $ * ***********************************************************************/ @@ -263,7 +263,6 @@ typedef struct PPPoEConnectionStruct { int printACNames; /* Just print AC names */ int skipDiscovery; /* Skip discovery */ int noDiscoverySocket; /* Don't even open discovery socket */ - int killSession; /* Kill session and exit */ FILE *debugFile; /* Debug file for dumping packets */ int numPADOs; /* Number of PADO packets received */ PPPoETag cookie; /* We have to send this if we get it */