ofproto-dpif: Remove superfluous cast.
authorBen Pfaff <blp@nicira.com>
Fri, 13 Jul 2012 21:30:15 +0000 (14:30 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 3 Aug 2012 20:33:06 +0000 (13:33 -0700)
commit88dbe0f6d797aaf052ca30babfcd369fbff07e99
treeb22e1edf4ab494dfadfdcab26cd73b119ef4c16a
parent6b175ad62d3f0528d4c4d0f053913f4c15f8f10f
ofproto-dpif: Remove superfluous cast.

'packet' is already a struct ofpbuf *.

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