mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +03:00
g_lock: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Wed May 8 17:47:39 UTC 2019 on sn-devel-184
This commit is contained in:
parent
8992cf4aec
commit
b93ae77a6f
@ -518,7 +518,7 @@ static void g_lock_unlock_fn(struct db_record *rec,
|
||||
|
||||
ok = g_lock_parse(value.dptr, value.dsize, &lck);
|
||||
if (!ok) {
|
||||
DBG_DEBUG("g_lock_get for %s failed\n",
|
||||
DBG_DEBUG("g_lock_parse for %s failed\n",
|
||||
hex_encode_talloc(talloc_tos(),
|
||||
state->key.dptr,
|
||||
state->key.dsize));
|
||||
|
Loading…
x
Reference in New Issue
Block a user