This website works better with JavaScript.
Home
Help
Register
Sign In
Thomas
/
libpEpAdapter
forked from
pEp.foundation/libpEpAdapter
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Initialize status code
master
Thomas
10 months ago
parent
bbb2dd7b00
commit
f1f8c0d49d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/group_manager_api.cc
+ 1
- 1
src/group_manager_api.cc
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
Write
Preview
Loading…
Cancel
Save