diff options
author | Jeremy Allison <jra@samba.org> | 2003-05-22 18:56:48 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2003-05-22 18:56:48 +0000 |
commit | de55b9ddb08fb9680a499f5904c9c0909161abc5 (patch) | |
tree | 220faf117cc2d0a2fe9ea0ad8a739855e5b0cddf /source3/locking | |
parent | 79315aabf46840f7eeb2eaa2f7f91db4b99904bb (diff) | |
download | samba-de55b9ddb08fb9680a499f5904c9c0909161abc5.tar.gz samba-de55b9ddb08fb9680a499f5904c9c0909161abc5.tar.bz2 samba-de55b9ddb08fb9680a499f5904c9c0909161abc5.zip |
More fixes for debug log to catch logic error.
Jeremy.
(This used to be commit 0e2a47c1e6c0c7c41d5754be51848ef829a0324d)
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; |