Initialize status code

pull/8/head
Thomas 2021-07-15 07:38:28 +02:00
parent bbb2dd7b00
commit f1f8c0d49d
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ shared_ptr<Adapter::GroupDriverEngine> grp_drv_engine;
DYNAMIC_API PEP_STATUS adapter_group_init()
{
PEP_STATUS status;
PEP_STATUS status = PEP_STATUS_OK;
try {
const string lm_dummy_db_filename = "groups.db";
#ifdef WIN32