aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-03-28 21:05:53 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-03-28 21:05:53 +0000
commit0b132c9b1d8dba90d92b3ea3a9ccc010ba40a70e (patch)
tree48a1f3fd3998706aa9221628f162698cf50acaea /capture_sync.c
parent778c9abaeaa51403c30c017b9a7a870e1135593e (diff)
bugfixes: bring non real-time captures back to former behaviour, other minor fixes
svn path=/trunk/; revision=13961
Diffstat (limited to 'capture_sync.c')
-rw-r--r--capture_sync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/capture_sync.c b/capture_sync.c
index 4e2ba36d7b..513132988d 100644
--- a/capture_sync.c
+++ b/capture_sync.c
@@ -324,7 +324,7 @@ sync_pipe_do_capture(capture_options *capture_opts, gboolean is_tempfile) {
argv = sync_pipe_add_arg(argv, &argc, sautostop_duration);
}
- if (!capture_opts->show_info) {
+ if (!capture_opts->show_info && capture_opts->real_time_mode /* XXX */) {
argv = sync_pipe_add_arg(argv, &argc, "-H");
}