[ovs-git] Open vSwitch: sflow: Fix printf format specifier in log message. (sflow)

dev at openvswitch.org dev at openvswitch.org
Tue Jan 19 18:13:55 UTC 2010


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, sflow has been updated
       via  5aafcfe30afc383e53d8345cc781c644964d0e91 (commit)
       via  8334b477a4b0973390b6d59f4cb5aa403511e077 (commit)
      from  295ba862fc72dbb597a21064af99fc63a1936282 (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 5aafcfe30afc383e53d8345cc781c644964d0e91
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=5aafcfe30afc383e53d8345cc781c644964d0e91
Author: Ben Pfaff <blp at nicira.com>
		
sflow: Fix printf format specifier in log message.
		
"65536 / sizeof *actions" has type size_t, so use %zu.

Reported-by: Neil McKee <neil.mckee at inmon.com>


commit 8334b477a4b0973390b6d59f4cb5aa403511e077
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=8334b477a4b0973390b6d59f4cb5aa403511e077
Author: Ben Pfaff <blp at nicira.com>
		
dpif-linux: Always set *fnp in make_openvswitch_device().
		
Some versions of GCC warn about this.  Always initializing it seems like
the right thing to do, since we "almost always" initialized it before.

Reported-by: Neil McKee <neil.mckee at inmon.com>


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

Summary of changes:
 lib/dpif-linux.c        |    3 ++-
 ofproto/ofproto-sflow.c |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list