From: Volker Lendecke Date: Fri, 29 Nov 2019 14:44:00 +0000 (+0100) Subject: smbd: Fix a typo X-Git-Tag: ldb-2.1.0~479 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=77d3a98aa63f37a8ced01c65fdb9b05ca68c6281;p=thirdparty%2Fsamba.git smbd: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/locking/share_mode_lock.c b/source3/locking/share_mode_lock.c index 062a2196efe..c42cafe17e4 100644 --- a/source3/locking/share_mode_lock.c +++ b/source3/locking/share_mode_lock.c @@ -1823,7 +1823,7 @@ bool share_mode_forall_entries( state.ok = true; } if (!NT_STATUS_IS_OK(status)) { - DBG_DEBUG("dbwrap_parse_record returned %s\n", + DBG_DEBUG("dbwrap_do_locked failed: %s\n", nt_errstr(status)); return false; }