From 0e55eddc30506f269412becae7254647630c4140 Mon Sep 17 00:00:00 2001 From: Ankur Sharma Date: Tue, 21 Oct 2014 17:24:40 -0700 Subject: datapath-windows: Fixes during integration testing. Signed-off-by: Ankur Sharma Acked-by: Sorin Vinturis Acked-by: Nithin Raju Signed-off-by: Ben Pfaff --- datapath-windows/ovsext/User.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'datapath-windows/ovsext/User.c') diff --git a/datapath-windows/ovsext/User.c b/datapath-windows/ovsext/User.c index 6bd702e87..b2961601a 100644 --- a/datapath-windows/ovsext/User.c +++ b/datapath-windows/ovsext/User.c @@ -924,7 +924,9 @@ OvsCreateQueueNlPacket(PVOID userData, return NULL; } - if (!OvsGetPid(vport, nb, &pid)) { + OvsGetPid(vport, nb, &pid); + + if (!pid) { /* * There is no userspace queue created yet, so there is no point for * creating a new packet to be queued. -- cgit v1.2.1