[ovs-dev] [PATCH v2] Fix compilation error for Windows user-mode

Eitan Eliahu eliahue at vmware.com
Wed Nov 5 23:54:47 UTC 2014


Signed-off-by: Eitan Eliahu <eliahue at vmware.com>
Acked-by: Nithin Raju <nithin at vmware.com>
---
 lib/route-table-stub.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/route-table-stub.c b/lib/route-table-stub.c
index 85c2583..5aedf5b 100644
--- a/lib/route-table-stub.c
+++ b/lib/route-table-stub.c
@@ -18,10 +18,10 @@
 #include "compiler.h"
 
 bool
-ovs_router_lookup(ovs_be32 ip_dst OVS_UNUSED, char output_bridge[], ovs_be32 *gw)
+ovs_router_lookup(ovs_be32 ip_dst OVS_UNUSED, char output_bridge[] OVS_UNUSED,
+                  ovs_be32 *gw)
 {
     *gw = 0;
-    name[0] = '\0';
     return false;
 }
 
-- 
1.9.4.msysgit.0




More information about the dev mailing list