]> sourceware.org Git - lvm2.git/commitdiff
Dump active configuration
authorAlasdair Kergon <agk@redhat.com>
Wed, 15 Oct 2003 20:19:43 +0000 (20:19 +0000)
committerAlasdair Kergon <agk@redhat.com>
Wed, 15 Oct 2003 20:19:43 +0000 (20:19 +0000)
tools/dumpconfig.c

index f1fa5079885835155788d23a305bcc83e571dbaa..af5ab97b5353a2b0ccd651326307f28ce4f08f61 100644 (file)
@@ -32,7 +32,7 @@ int dumpconfig(struct cmd_context *cmd, int argc, char **argv)
                return EINVALID_CMD_LINE;
        }
 
-       if (!write_config_file(cmd->cft, file))
+       if (!write_config_file(cmd->cf, file))
                return ECMD_FAILED;
 
        return ECMD_PROCESSED;
This page took 0.039252 seconds and 5 git commands to generate.