Fixed bug am42307 (nvault_open did not return -1 on failure)
This commit is contained in:
@ -20,6 +20,9 @@ public:
|
||||
class IVaultMngr
|
||||
{
|
||||
public:
|
||||
/**
|
||||
* Note: Will return NULL if the vault failed to create.
|
||||
*/
|
||||
virtual IVault *OpenVault(const char *name) =0;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user