Cleanup incorrect unitialized variable warnings.
authorJustin Pettit <jpettit@nicira.com>
Tue, 25 Aug 2009 23:26:36 +0000 (16:26 -0700)
committerJustin Pettit <jpettit@nicira.com>
Tue, 25 Aug 2009 23:26:36 +0000 (16:26 -0700)
commitb9b0ce61119594b1fe6c5f91f62b7561d6bcf01d
treec3c72126e02911ea575ecdf985b145c24ce80987
parentd87961bf84a648d893d07c04b18ff3045b138917
Cleanup incorrect unitialized variable warnings.

The NetBSD compiler warns that these variables may be used unitialized.
They are not, but this commit gets rid of the warnings.
lib/dpif.c
ofproto/ofproto.c