aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2016-04-28 00:12:20 +0000
committerGerald Combs <gerald@wireshark.org>2016-04-28 00:12:31 +0000
commitb16166c36abc6c63d9643defd1f2fb8ef5cf6343 (patch)
tree823c0d5554dc8644e40a8a4352de0475b9dd552f /dumpcap.c
parente5f4c5c8a80e2f5970b8c1d4fdfc29ab851f0e6f (diff)
Revert "Windows: Wait for dumpcap to initialize."
This didn't fix the test failures. This reverts commit e5f4c5c8a80e2f5970b8c1d4fdfc29ab851f0e6f. Change-Id: I0cff5eff88d2b49806797cef83338dbbace42a4c Reviewed-on: https://code.wireshark.org/review/15135 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'dumpcap.c')
-rw-r--r--dumpcap.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/dumpcap.c b/dumpcap.c
index 20389eaa0d..21230b7ec7 100644
--- a/dumpcap.c
+++ b/dumpcap.c
@@ -4131,8 +4131,6 @@ main(int argc, char *argv[])
exit_main(1);
}
}
- /* Let our parent know we're fully initialized. */
- pipe_write_block(2, SP_INIT, "All systems go.");
#endif
break;