|
|
@@ -409,7 +409,7 @@ bool pkgCdrom::WriteDatabase(Configuration &Cnf)
|
|
|
|
|
|
/* Write out all of the configuration directives by walking the
|
|
|
configuration tree */
|
|
|
- _config->Dump(Out, NULL, "%f \"%v\";\n", false);
|
|
|
+ Cnf.Dump(Out, NULL, "%f \"%v\";\n", false);
|
|
|
|
|
|
Out.close();
|
|
|
|