mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
ppp: remove PPPOX_ZOMBIE socket state
PPPOX_ZOMBIE is never set anymore. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
8734e485fe
commit
a8acce6aa5
@@ -91,7 +91,6 @@ enum {
|
||||
PPPOX_CONNECTED = 1, /* connection established ==TCP_ESTABLISHED */
|
||||
PPPOX_BOUND = 2, /* bound to ppp device */
|
||||
PPPOX_RELAY = 4, /* forwarding is enabled */
|
||||
PPPOX_ZOMBIE = 8, /* dead, but still bound to ppp device */
|
||||
PPPOX_DEAD = 16 /* dead, useless, please clean me up!*/
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user