Re: [ovs-dev] [PATCH] stream-windows: Disconnect faulty named pipes

2016-08-23 Thread Guru Shetty
On 12 August 2016 at 00:46, Alin Serdean wrote: > Disconnect named pipes that failed connection. > > Found by testing. > > Signed-off-by: Alin Gabriel Serdean > Thanks, applied to master and 2.6 > --- > lib/stream-windows.c |

Re: [ovs-dev] [PATCH] stream-windows: Disconnect faulty named pipes

2016-08-12 Thread Alin Serdean
Thanks for the review. Comments inlined. Alin. -Original Message- From: Sairam Venugopal [mailto:vsai...@vmware.com] Sent: Friday, August 12, 2016 7:46 PM To: Alin Serdean <aserd...@cloudbasesolutions.com>; dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH] stream-windows: Disc

Re: [ovs-dev] [PATCH] stream-windows: Disconnect faulty named pipes

2016-08-12 Thread Sairam Venugopal
Hi Alin, How do you typically run into this issue? Do you also need to call into CloseHandle(p->fd)? Thanks, Sairam On 8/12/16, 12:46 AM, "Alin Serdean" wrote: >Disconnect named pipes that failed connection. > >Found by testing. > >Signed-off-by: Alin Gabriel

[ovs-dev] [PATCH] stream-windows: Disconnect faulty named pipes

2016-08-12 Thread Alin Serdean
Disconnect named pipes that failed connection. Found by testing. Signed-off-by: Alin Gabriel Serdean --- lib/stream-windows.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/stream-windows.c b/lib/stream-windows.c index e0fe012..637920b 100644 ---