mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-16 00:53:58 -05:00
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:
parent
ef0a9e43ca
commit
928927e038
1 changed files with 2 additions and 2 deletions
|
|
@ -457,7 +457,7 @@ ops_boolean_t ops_decrypt_file(const char* input_filename,
|
||||||
|
|
||||||
// Do it
|
// Do it
|
||||||
|
|
||||||
ops_parse_and_print_errors(pinfo);
|
ops_boolean_t res = ops_parse_and_print_errors(pinfo);
|
||||||
|
|
||||||
// Unsetup
|
// Unsetup
|
||||||
|
|
||||||
|
|
@ -468,7 +468,7 @@ ops_boolean_t ops_decrypt_file(const char* input_filename,
|
||||||
ops_teardown_file_read(pinfo, fd_in);
|
ops_teardown_file_read(pinfo, fd_in);
|
||||||
// \todo cleardown crypt
|
// \todo cleardown crypt
|
||||||
|
|
||||||
return ops_true;
|
return res;
|
||||||
}
|
}
|
||||||
static ops_parse_cb_return_t
|
static ops_parse_cb_return_t
|
||||||
callback_write_parsed(const ops_parser_content_t *content_,
|
callback_write_parsed(const ops_parser_content_t *content_,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue