Compilation failure on Windows fixed.
This commit is contained in:
parent
d57d78ac10
commit
784191d9ce
@ -224,7 +224,8 @@ void del_dbopt(const char *path)
|
|||||||
{
|
{
|
||||||
my_dbopt_t *opt;
|
my_dbopt_t *opt;
|
||||||
rw_wrlock(&LOCK_dboptions);
|
rw_wrlock(&LOCK_dboptions);
|
||||||
if ((opt= (my_dbopt_t *)hash_search(&dboptions, path, strlen(path))))
|
if ((opt= (my_dbopt_t *)hash_search(&dboptions, (const byte*) path,
|
||||||
|
strlen(path))))
|
||||||
hash_delete(&dboptions, (byte*) opt);
|
hash_delete(&dboptions, (byte*) opt);
|
||||||
rw_unlock(&LOCK_dboptions);
|
rw_unlock(&LOCK_dboptions);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user