Assigning value to 'nativeNbls' has no effect outside the function and the variable is not used inside the function.
Signed-off-by: Alin Gabriel Serdean <[email protected]> --- datapath-windows/ovsext/PacketIO.c | 1 - 1 file changed, 1 deletion(-) diff --git a/datapath-windows/ovsext/PacketIO.c b/datapath-windows/ovsext/PacketIO.c index a0ddc3d..e30a0c1 100644 --- a/datapath-windows/ovsext/PacketIO.c +++ b/datapath-windows/ovsext/PacketIO.c @@ -193,7 +193,6 @@ OvsAppendNativeForwardedPacket(POVS_SWITCH_CONTEXT switchContext, NDIS_STRING filterReason; *nativeNbls = curNbl; - nativeNbls = &(curNbl->Next); ctx = OvsInitExternalNBLContext(switchContext, curNbl, isRecv); if (ctx == NULL) { -- 2.10.2.windows.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
