Signed-off-by: Gurucharan Shetty <gshe...@nicira.com> --- ofproto/ofproto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c index f44a7c4..e5b8237 100644 --- a/ofproto/ofproto.c +++ b/ofproto/ofproto.c @@ -451,7 +451,7 @@ ofproto_enumerate_names(const char *type, struct sset *names) { const struct ofproto_class *class = ofproto_class_find__(type); return class ? class->enumerate_names(type, names) : EAFNOSUPPORT; - } +} int ofproto_create(const char *datapath_name, const char *datapath_type, -- 1.7.9.5 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev