dpif-linux: Always set *fnp in make_openvswitch_device().
authorBen Pfaff <blp@nicira.com>
Tue, 19 Jan 2010 18:10:52 +0000 (10:10 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 19 Jan 2010 18:10:52 +0000 (10:10 -0800)
commit8334b477a4b0973390b6d59f4cb5aa403511e077
tree544903e835c52e674f8e8b7a7b48873954a5b636
parent295ba862fc72dbb597a21064af99fc63a1936282
dpif-linux: Always set *fnp in make_openvswitch_device().

Some versions of GCC warn about this.  Always initializing it seems like
the right thing to do, since we "almost always" initialized it before.

Reported-by: Neil McKee <neil.mckee@inmon.com>
lib/dpif-linux.c