linux: Report supported user features to the kernel
[cascardo/ovs.git] / lib / mac-learning.c
index fe06744..c9c1ae9 100644 (file)
@@ -290,7 +290,7 @@ mac_learning_lookup(const struct mac_learning *ml,
     } else {
         struct mac_entry *e = mac_entry_lookup(ml, dst, vlan);
 
-        ovs_assert(e == NULL || e->port.p != NULL)
+        ovs_assert(e == NULL || e->port.p != NULL);
         return e;
     }
 }