DragonFly commits List (threaded) for 2010-11
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: network - Fix missing tailq initializer for if_creategroup() API
commit 743da179ca02524ed85b98c6fc0af80897121ac9
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date: Tue Nov 2 10:12:14 2010 -0700
network - Fix missing tailq initializer for if_creategroup() API
* The ifg_head list was missing its initializer, causing calls to
if_creategroup() (e.g. by pf/pfsync) to panic the box.
Summary of changes:
sys/net/if.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/743da179ca02524ed85b98c6fc0af80897121ac9
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]