[ovs-git] Open vSwitch: bundle: Fix returned error code in one bundle_check() corner case. (branch-1.4)

dev at openvswitch.org dev at openvswitch.org
Wed Dec 28 01:02:02 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, branch-1.4 has been updated
       via  56f15250697876f6e6844b6b897ee605e3e706c8 (commit)
      from  17c4d52b4f5c60c5447a8b888dd019d3117d8719 (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 56f15250697876f6e6844b6b897ee605e3e706c8
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=56f15250697876f6e6844b6b897ee605e3e706c8
Author: Ben Pfaff <blp at nicira.com>
		
bundle: Fix returned error code in one bundle_check() corner case.
		
In C, the || operator yields 0 or 1, not (as in some other languages) the
value of its first nonzero operand.

Found by inspection.

Signed-off-by: Ben Pfaff <blp at nicira.com>


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

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


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list