pinsched: Avoid uninitialized variable warning.
authorJesse Gross <jesse@nicira.com>
Sun, 12 Dec 2010 17:54:46 +0000 (09:54 -0800)
committerJesse Gross <jesse@nicira.com>
Mon, 13 Dec 2010 19:07:15 +0000 (11:07 -0800)
commita2973b1a8b539e0f7fbd1f9fbb090b406484c1bb
tree3fac26779ddeff17c811d3a5bc3c50b846d25a0a
parente5fccb40da338a68fd6360e4de1d65a526c9d1d1
pinsched: Avoid uninitialized variable warning.

Some compilers warn about the variable 'n_longest' in drop_packet()
being used uninitialized.  This isn't actually possible but explicitly
set it to zero to avoid spurious warnings.
ofproto/pinsched.c