From 6afd823e42aef3cc64a64d085438cc4d14ef3498 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 24 Jan 2006 17:27:30 +0000 Subject: 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) --- source3/locking/locking.c | 1 - 1 file changed, 1 deletion(-) 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; } -- cgit