Dej'a vu of revision 1.35

PR:		kern/86258
Submitted by:	Hiroshi Oota <ghelp excite.co.jp>
This commit is contained in:
glebius 2005-09-19 11:49:54 +00:00
parent 41d865435a
commit 9ebf7b89f9

View File

@ -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);
}