summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-01-24 17:27:30 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:06:14 -0500
commit6afd823e42aef3cc64a64d085438cc4d14ef3498 (patch)
tree7f2af84f86179303cfce8149819a8e1d2e5312c8 /source3
parentb3109006c5b273e5960d71b25787f23bf62ec17f (diff)
downloadsamba-6afd823e42aef3cc64a64d085438cc4d14ef3498.tar.gz
samba-6afd823e42aef3cc64a64d085438cc4d14ef3498.tar.bz2
samba-6afd823e42aef3cc64a64d085438cc4d14ef3498.zip
r13110: remove an invalid debug message about call get_share_mode_lock() with a NULL service path and fname (we do it all the time internally)
(This used to be commit e1f75ea63780f4a1661f19554d18bbd73b069c1b)
Diffstat (limited to 'source3')
-rw-r--r--source3/locking/locking.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/locking/locking.c b/source3/locking/locking.c
index d9737895ba..9a13e099db 100644
--- a/source3/locking/locking.c
+++ b/source3/locking/locking.c
@@ -626,7 +626,6 @@ struct share_mode_lock *get_share_mode_lock(TALLOC_CTX *mem_ctx,
if (lck->fresh) {
if (fname == NULL || servicepath == NULL) {
- DEBUG(0, ("New file, but no filename or servicepath supplied\n"));
talloc_free(lck);
return NULL;
}