mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 23:49:35 -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
@ -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_,
|
||||
|
Loading…
Reference in New Issue
Block a user