On Tue, Oct 13, 2015 at 12:41:14PM +0000, Liuyongqiang (A) wrote:
> From 786c6d16ab18197a750f832e4eed1ccfa1183d04 Mon Sep 17 00:00:00 2001
> From: YongQiangLiu <liu.liuyongqi...@huawei.com>
> Date: Tue, 13 Oct 2015 19:37:32 +0800
> Subject: [PATCH] bugfix of ovsdb-client connecting error when updating
>  ca_crt.pem file many times
> 
> this patch fixed the bug of ovsdb-client connecting failed when user update 
> ca crt
> file upto 649 times
> 
> Signed-off-by: YongQiangLiu <liu.liuyongqi...@huawei.com>

This patch adds two warnings:

../lib/stream-ssl.c:1245:12: error: unused variable 'certs'
      [-Werror,-Wunused-variable]
    X509 **certs;
           ^
../lib/stream-ssl.c:1246:12: error: unused variable 'n_certs'
      [-Werror,-Wunused-variable]
    size_t n_certs;

Please fix them, and please honor the existing code style.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to