aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-06-23 21:58:16 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-06-23 21:58:16 +0000
commit2eb5983b4707f274f47fd2c9029f40e8a513f96b (patch)
tree13e8c5bc468d78d21187c399fdf9932950036d2a /capture_opts.c
parent7f3ee01d41e99d854fe9307012d6fe9ae529d19c (diff)
Do not only update the argument name, but also where it's used.
svn path=/trunk/; revision=25566
Diffstat (limited to 'capture_opts.c')
-rw-r--r--capture_opts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/capture_opts.c b/capture_opts.c
index 6662949eee..be35d9743a 100644
--- a/capture_opts.c
+++ b/capture_opts.c
@@ -77,7 +77,7 @@ static gboolean capture_opts_output_to_pipe(const char *save_file, gboolean *is_
void
capture_opts_init(capture_options *capture_opts, void *cf)
{
- capture_opts->cf = cfile;
+ capture_opts->cf = cf;
capture_opts->cfilter = g_strdup(""); /* No capture filter string specified */
capture_opts->iface = NULL; /* Default is "pick the first interface" */
capture_opts->iface_descr = NULL;