r13110: remove an invalid debug message about call get_share_mode_lock() with a NULL...
authorGerald Carter <jerry@samba.org>
Tue, 24 Jan 2006 17:27:30 +0000 (17:27 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:06:14 +0000 (11:06 -0500)
(This used to be commit e1f75ea63780f4a1661f19554d18bbd73b069c1b)

source3/locking/locking.c

index d9737895ba10c237926c22bb3e90eddcd270acca..9a13e099dbf973cf473c91b8064131b3b40d1faf 100644 (file)
@@ -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;
                }