bugfix: button in capture info dialog has to stop capturing

svn path=/trunk/; revision=12506
This commit is contained in:
Ulf Lamping 2004-11-10 17:58:16 +00:00
parent 1f4073974f
commit 6ed03bd482
1 changed files with 2 additions and 2 deletions

View File

@ -292,9 +292,9 @@ capture_stop(void)
if (capture_opts.sync_mode) {
sync_pipe_stop();
} else {
capture_loop_stop();
}
capture_loop_stop();
}
void