[ovs-git] Open vSwitch: ofproto-dpif: Fix htons() that should be ntohs(). (master)

dev at openvswitch.org dev at openvswitch.org
Mon Oct 24 16:31:14 UTC 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  c573540b89ddf0f4c74f0ebb6d237388d660e8fa (commit)
      from  4e92542cefb73120de987cabc75b9a1a742999f0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c573540b89ddf0f4c74f0ebb6d237388d660e8fa
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=c573540b89ddf0f4c74f0ebb6d237388d660e8fa
Author: Ben Pfaff <blp at nicira.com>
		
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.


-----------------------------------------------------------------------

Summary of changes:
 ofproto/ofproto-dpif.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list