ofproto-dpif-upcall: Fix null dereference in push_dump_ops().
authorBen Pfaff <blp@nicira.com>
Wed, 26 Feb 2014 00:23:29 +0000 (16:23 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 26 Feb 2014 00:30:53 +0000 (16:30 -0800)
commit66fb5cc769db2267fde2324ee60394ff624ced33
tree592e68d1acfc70aa968acc6a29b54d419212817b
parente96a5c24e853c005c62937c1826d4dac8d8c009a
ofproto-dpif-upcall: Fix null dereference in push_dump_ops().

revalidator_sweep__() does not provide udumps, so push_dump_ops() can't
look them up.

This is my fault: I introduced it during review.

Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-dpif-upcall.c