corrected variable name
This commit is contained in:
+2
-2
@@ -542,9 +542,9 @@ int main(int argc, char **argv)
|
|||||||
|
|
||||||
/* write the attribute certificate to file */
|
/* write the attribute certificate to file */
|
||||||
attr_chunk = attr_cert->get_encoding(attr_cert);
|
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);
|
write_serial(serial);
|
||||||
status = 0;
|
status = 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user