Signed-off-by: Jarno Rajahalme <[email protected]>
---
ofproto/ofproto.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c
index 1127900..9a2a4e8 100644
--- a/ofproto/ofproto.c
+++ b/ofproto/ofproto.c
@@ -4920,7 +4920,7 @@ handle_add_meter(struct ofproto *ofproto, struct
ofputil_meter_mod *mm)
ovs_assert(provider_meter_id.uint32 != UINT32_MAX);
*meterp = meter_create(&mm->meter, provider_meter_id);
}
- return 0;
+ return error;
}
static enum ofperr
--
1.7.10.4
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev