Prepare for post-2.2.0 (2.2.90).
[sliver-openvswitch.git] / lib / vlandev.c
index 382487c..d2f5a37 100644 (file)
@@ -374,7 +374,7 @@ static int
 vlandev_del__(const char *vlan_dev)
 {
     struct shash_node *vd_node = shash_find(&vlan_devs, vlan_dev);
-    if (!vd_node) {
+    if (vd_node) {
         struct vlan_dev *vd = vd_node->data;
         struct vlan_real_dev *vrd = vd->real_dev;