diff options
author | Jeremy Allison <jra@samba.org> | 2003-05-22 18:56:51 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2003-05-22 18:56:51 +0000 |
commit | 78a4f6fc4b8938fcab5bb3b7ae9c3a151f7070f8 (patch) | |
tree | a917de50059e3335fd41e030ebeba1fc2b8365b4 /source3/locking | |
parent | 4f7e6108bdbb6da29f7d75851e3be5c4567b6fb0 (diff) | |
download | samba-78a4f6fc4b8938fcab5bb3b7ae9c3a151f7070f8.tar.gz samba-78a4f6fc4b8938fcab5bb3b7ae9c3a151f7070f8.tar.bz2 samba-78a4f6fc4b8938fcab5bb3b7ae9c3a151f7070f8.zip |
More fixes for debug log to catch logic error.
Jeremy.
(This used to be commit 84a7714eba801fefa7ad56493f20813de3943bc5)
Diffstat (limited to 'source3/locking')
-rw-r--r-- | source3/locking/locking.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/locking/locking.c b/source3/locking/locking.c index 1b40187ac4..1a5757f817 100644 --- a/source3/locking/locking.c +++ b/source3/locking/locking.c @@ -375,7 +375,7 @@ void unlock_share_entry_fsp(files_struct *fsp) Print out a share mode. ********************************************************************/ -static char *share_mode_str(int num, share_mode_entry *e) +char *share_mode_str(int num, share_mode_entry *e) { static pstring share_str; |