netdev-bsd: Initialize variable to silence a compiler warning.
authorEd Maste <emaste@freebsd.org>
Wed, 8 Aug 2012 18:48:01 +0000 (18:48 +0000)
committerBen Pfaff <blp@nicira.com>
Wed, 8 Aug 2012 19:28:55 +0000 (12:28 -0700)
FreeBSD's system compiler is a somewhat old version of GCC that produced
a spurious warning about a potential unitialized variable use.

Signed-off-by: Ed Maste <emaste@freebsd.org>
Signed-off-by: Ben Pfaff <blp@nicira.com>

No differences found