Signed-off-by: Eitan Eliahu <elia...@vmware.com> Acked-by: Nithin Raju <nit...@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 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev