Fixed missed MY_DBM_CLOSE call
git-svn-id: file:///home/mbr/svn/fwknop/trunk@155 510a4753-2344-4c79-9c09-4d669213fbeb
This commit is contained in:
parent
4b8e3e974b
commit
34745aa8be
@ -106,7 +106,7 @@ replay_db_init(fko_srv_options_t *opts)
|
||||
db_count++;
|
||||
#endif
|
||||
|
||||
dbm_close(rpdb);
|
||||
MY_DBM_CLOSE(rpdb);
|
||||
|
||||
return(db_count);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user