ofproto-dpif: Fix htons() that should be ntohs().
authorBen Pfaff <blp@nicira.com>
Mon, 24 Oct 2011 16:23:18 +0000 (09:23 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 24 Oct 2011 16:23:18 +0000 (09:23 -0700)
commitc573540b89ddf0f4c74f0ebb6d237388d660e8fa
tree2635e69e1f85e38d9d6dba02395bc6d175006f5b
parent4e92542cefb73120de987cabc75b9a1a742999f0
ofproto-dpif: Fix htons() that should be ntohs().

Not a real bug since htons() and ntohs() do the same thing on all
interesting target platforms.

Found by sparse.
ofproto/ofproto-dpif.c