Do not only update the argument name, but also where it's used.

svn path=/trunk/; revision=25566
This commit is contained in:
Stig Bjørlykke 2008-06-23 21:58:16 +00:00
parent 7f3ee01d41
commit 2eb5983b47
1 changed files with 1 additions and 1 deletions

View File

@ -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;