summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extcap_spawn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extcap_spawn.c b/extcap_spawn.c
index 80b1cb1c0c..e486e4a15a 100644
--- a/extcap_spawn.c
+++ b/extcap_spawn.c
@@ -293,8 +293,8 @@ extcap_wait_for_pipe(HANDLE pipe_h, HANDLE pid)
DWORD dw;
HANDLE handles[2];
OVERLAPPED ov;
- ov.Pointer = 0;
gboolean success = FALSE;
+ ov.Pointer = 0;
ov.hEvent = CreateEvent(NULL, TRUE, FALSE, NULL);
ConnectNamedPipe(pipe_h, &ov);