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

dev at openvswitch.org dev at openvswitch.org
Wed Dec 28 01:01:45 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  408869427edc59058b6e7680e612b3a6cd46edc1 (commit)
      from  e2a6ca36ca0ebd859f87bf135b90395c53214f28 (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 408869427edc59058b6e7680e612b3a6cd46edc1
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=408869427edc59058b6e7680e612b3a6cd46edc1
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