components/openvswitch/files/lib/dpif-solaris.c
changeset 7396 8545c0cb4601
parent 7237 c378a893371d
child 7590 5461fab14904
--- a/components/openvswitch/files/lib/dpif-solaris.c	Mon Nov 21 15:44:24 2016 +0100
+++ b/components/openvswitch/files/lib/dpif-solaris.c	Mon Nov 28 10:41:12 2016 -0800
@@ -1731,7 +1731,7 @@
 
 	HMAP_FOR_EACH_SAFE(solaris_flow, next, node, &dpif->flows) {
 		flownames[i] = xstrdup(solaris_flow->flowname);
-		physnames[i] = xstrdup(solaris_flow->physname);
+		physnames[i++] = xstrdup(solaris_flow->physname);
 		dpif_solaris_flow_remove(dpif, solaris_flow);
 	}
 	ovs_rwlock_unlock(&dpif->flow_rwlock);