Dej'a vu of revision 1.35
PR: kern/86258 Submitted by: Hiroshi Oota <ghelp excite.co.jp>
This commit is contained in:
parent
41d865435a
commit
9ebf7b89f9
@ -720,7 +720,7 @@ ng_pppoe_rcvmsg(node_p node, item_p item, hook_p lasthook)
|
||||
if (msg->header.cmd == NGM_PPPOE_SERVICE) {
|
||||
break;
|
||||
}
|
||||
if (sp->state |= PPPOE_SNONE) {
|
||||
if (sp->state != PPPOE_SNONE) {
|
||||
printf("pppoe: Session already active\n");
|
||||
LEAVE(EISCONN);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user