mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-19 03:49:29 -04:00
added a missing return after deletion of membio in case of fail read (error handling)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1228 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
c996915bd1
commit
f73c925507
1 changed files with 2 additions and 0 deletions
|
@ -1408,6 +1408,7 @@ extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef WINDOWS_SYS
|
#ifdef WINDOWS_SYS
|
||||||
|
#ifndef WIN_CROSS_UBUNTU
|
||||||
|
|
||||||
typedef struct _CRYPTPROTECT_PROMPTSTRUCT {
|
typedef struct _CRYPTPROTECT_PROMPTSTRUCT {
|
||||||
DWORD cbSize;
|
DWORD cbSize;
|
||||||
|
@ -1418,6 +1419,7 @@ typedef struct _CRYPTPROTECT_PROMPTSTRUCT {
|
||||||
*PCRYPTPROTECT_PROMPTSTRUCT;
|
*PCRYPTPROTECT_PROMPTSTRUCT;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
/* definitions for the two functions */
|
/* definitions for the two functions */
|
||||||
__declspec (dllimport)
|
__declspec (dllimport)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue