aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/etherape/files/patch-capture.c
blob: 4a7a0a44e28ca4dfca062583b1267c21a66939bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- src/capture.c.orig	Sat Apr 29 09:58:35 2006
+++ src/capture.c	Mon May 29 01:14:23 2006
@@ -464,10 +464,13 @@
       return FALSE;
     }
 
-  /* preparing protocol summary and nodes/links catalogs */
-  protocol_summary_open();
-  nodes_catalog_open();
-  links_catalog_open();
+  if (status != PAUSE)
+    {
+      /* preparing protocol summary and nodes/links catalogs */
+      protocol_summary_open();
+      nodes_catalog_open();
+      links_catalog_open();
+    }
 
   /*
    * See pause_capture for an explanation of why we don't always