summaryrefslogtreecommitdiffstats
path: root/rescue/virt-rescue.c
diff options
context:
space:
mode:
Diffstat (limited to 'rescue/virt-rescue.c')
-rw-r--r--rescue/virt-rescue.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/rescue/virt-rescue.c b/rescue/virt-rescue.c
index 8341e975..f129b1c8 100644
--- a/rescue/virt-rescue.c
+++ b/rescue/virt-rescue.c
@@ -95,6 +95,8 @@ main (int argc, char *argv[])
bindtextdomain (PACKAGE, LOCALEBASEDIR);
textdomain (PACKAGE);
+ parse_config ();
+
enum { HELP_OPTION = CHAR_MAX + 1 };
static const char *options = "a:c:d:m:rvVx";