Re: [ovs-dev] [PATCH v1 4/6] datapath-windows: Remove setting of replyLen to zero.

2014-10-11 Thread Nithin Raju
On Oct 9, 2014, at 11:02 PM, Ankur Sharma wrote: > This was one of the review comment which i forgot to address in > FLOW_DUMP checkin. We do not need to explicitly set replyLen to zero > as caller would have already set it. > > Signed-off-by: Ankur Sharma s/i forgot/I forgot Acked-by: Nithi

[ovs-dev] [PATCH v1 4/6] datapath-windows: Remove setting of replyLen to zero.

2014-10-09 Thread Ankur Sharma
This was one of the review comment which i forgot to address in FLOW_DUMP checkin. We do not need to explicitly set replyLen to zero as caller would have already set it. Signed-off-by: Ankur Sharma --- datapath-windows/ovsext/Flow.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/datap