[ovs-git] Open vSwitch: Remove duplicate call to subfacet_create(). (master)

dev at openvswitch.org dev at openvswitch.org
Fri Aug 23 17:51:55 UTC 2013


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  1607b9b580542931cd1c374053f9ef37aaff4b93 (commit)
      from  01d18a3affec8249863053b99bc646545ca8171c (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 1607b9b580542931cd1c374053f9ef37aaff4b93
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=1607b9b580542931cd1c374053f9ef37aaff4b93
Author: Jarno Rajahalme <jrajahalme at nicira.com>
		
Remove duplicate call to subfacet_create().
		
There were two calls to subfacet_create(), which is redundant.  The first
one seemed the one to remove, as there is a subsequent test on the facet's
subfacet list being empty, which is never true after a call to
subfacet_create().  The correctness of this needs to be checked, however.

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


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

Summary of changes:
 ofproto/ofproto-dpif.c |    1 -
 1 file changed, 1 deletion(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list