aboutsummaryrefslogtreecommitdiffstats
path: root/extcap/etwdump.c
diff options
context:
space:
mode:
Diffstat (limited to 'extcap/etwdump.c')
-rw-r--r--extcap/etwdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extcap/etwdump.c b/extcap/etwdump.c
index 3054a93d58..69b43d487f 100644
--- a/extcap/etwdump.c
+++ b/extcap/etwdump.c
@@ -135,7 +135,7 @@ int main(int argc, char* argv[])
* Attempt to get the pathname of the directory containing the
* executable file.
*/
- err_msg = init_progfile_dir(argv[0]);
+ err_msg = configuration_init(argv[0], NULL);
if (err_msg != NULL) {
ws_warning("Can't get pathname of directory containing the extcap program: %s.",
err_msg);