diff options
Diffstat (limited to 'sharkd.c')
-rw-r--r-- | sharkd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -484,7 +484,7 @@ cf_open(capture_file *cf, const char *fname, unsigned int type, gboolean is_temp return CF_OK; fail: - cfile_open_failure_message("sharkd", fname, *err, err_info, FALSE, cf->cd_t); + cfile_open_failure_message("sharkd", fname, *err, err_info); return CF_ERROR; } |