Merge "master" into "wdp".
[sliver-openvswitch.git] / lib / learning-switch.c
index 1e5d25b..0c2f7bc 100644 (file)
@@ -156,7 +156,7 @@ void
 lswitch_run(struct lswitch *sw)
 {
     if (sw->ml) {
-        mac_learning_run(sw->ml, NULL);
+        mac_learning_run(sw->ml);
     }
 }