forgot to commit this in previous commit

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7059 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2014-01-26 20:32:51 +00:00
parent ef0a9e43ca
commit 928927e038

View File

@ -457,7 +457,7 @@ ops_boolean_t ops_decrypt_file(const char* input_filename,
// Do it
ops_parse_and_print_errors(pinfo);
ops_boolean_t res = ops_parse_and_print_errors(pinfo);
// Unsetup
@ -468,7 +468,7 @@ ops_boolean_t ops_decrypt_file(const char* input_filename,
ops_teardown_file_read(pinfo, fd_in);
// \todo cleardown crypt
return ops_true;
return res;
}
static ops_parse_cb_return_t
callback_write_parsed(const ops_parser_content_t *content_,