aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.c
diff options
context:
space:
mode:
Diffstat (limited to 'capture_sync.c')
-rw-r--r--capture_sync.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/capture_sync.c b/capture_sync.c
index 27fd5b73ac..c7c3d451a2 100644
--- a/capture_sync.c
+++ b/capture_sync.c
@@ -899,7 +899,9 @@ sync_pipe_kill(capture_options *capture_opts)
* handle. OpenProcess will get an handle (not a window handle)
* from the process ID; it will not get a window handle from the
* process ID. (How could it? A process can have more than one
- * window.)
+ * window. For that matter, a process might have *no* windows,
+ * as a process running dumpcap, the normal child process program,
+ * probably does.)
*
* Hint: GenerateConsoleCtrlEvent() will only work if both processes are
* running in the same console; that's not necessarily the case for