Signed-off-by: YAMAMOTO Takashi <yamam...@valinux.co.jp> --- lib/netdev-bsd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/netdev-bsd.c b/lib/netdev-bsd.c index 8291182..8dc33df 100644 --- a/lib/netdev-bsd.c +++ b/lib/netdev-bsd.c @@ -247,7 +247,7 @@ cache_notifier_ref(void) if (!cache_notifier_refcount) { ret = rtbsd_notifier_register(&netdev_bsd_cache_notifier, - netdev_bsd_cache_cb, NULL); + netdev_bsd_cache_cb, NULL); if (ret) { return ret; } -- 1.8.3.1 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev