corrected variable name

This commit is contained in:
Andreas Steffen
2008-04-17 18:56:55 +00:00
parent c4ec8c9d18
commit 5434d5f7e9
+2 -2
View File
@@ -542,9 +542,9 @@ int main(int argc, char **argv)
/* write the attribute certificate to file */
attr_chunk = attr_cert->get_encoding(attr_cert);
if (chunk_write(attr_chunk, outfile, "attribute cert", 0022, TRUE))
if (chunk_write(attr_chunk, outfile, 0022, TRUE))
{
DBG1(" wrote attribute cert file '%s' (%u bytes)", outfile, chunk.len);
DBG1(" wrote attribute cert file '%s' (%u bytes)", outfile, attr_chunk.len);
write_serial(serial);
status = 0;
}