inet: in_{add,del}multi should only be called in netisr0
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Sun, 11 May 2014 07:14:29 +0000 (15:14 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Sun, 11 May 2014 11:30:40 +0000 (19:30 +0800)
commit62533e7c291a7a8bb3204538a4146255cd2c6e24
tree6a0cd62ea3f7659dbaaee618c7f6e16da6751afe
parentbcdae585b0754bb3abc142da1c5cfa9eb30f1409
inet: in_{add,del}multi should only be called in netisr0

Add KASSERT to make sure about it.

While I'm here, add blank line before in_addmulti()
sys/netinet/in.c