]> git.ipfire.org Git - thirdparty/samba.git/commit
Fix a scary "fill_share_mode_lock failed" message
authorVolker Lendecke <vl@samba.org>
Thu, 26 Mar 2009 11:24:50 +0000 (12:24 +0100)
committerVolker Lendecke <vl@samba.org>
Thu, 26 Mar 2009 11:33:00 +0000 (12:33 +0100)
commitf73d4cf1fcfd8f9e2543a222faed133472fd890c
treefcd6c62ba496d3a3f7dd4c5dfcd9d432864e54fc
parent490ed838f2626893bb623ea6ad8d79595c8c44c4
Fix a scary "fill_share_mode_lock failed" message

To me "fill_share_mode_lock failed" is a "can't happen" alert. There is
however a perfectly valid case in get_file_infos() when the file is not open.

Change the corresponding debug message to level 10 and explain more.
source/locking/locking.c