r10930: Fix erroneous debug spotted by Herb.
authorJeremy Allison <jra@samba.org>
Wed, 12 Oct 2005 18:20:34 +0000 (18:20 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:04:56 +0000 (11:04 -0500)
Jeremy.

source/smbd/open.c

index a8fb8ed38f72cf1bf88459f8fcf7725788142105..fac3925b100466e8d43c9f80e22f6d38c047f75d 100644 (file)
@@ -1715,7 +1715,7 @@ files_struct *open_file_ntcreate(connection_struct *conn,
                        if (ret == -1 && errno == ENOSYS) {
                                errno = saved_errno; /* Ignore ENOSYS */
                        } else {
-                               DEBUG(5, ("open_file_shared: failed to reset "
+                               DEBUG(5, ("open_file_shared: reset "
                                          "attributes of file %s to 0%o\n",
                                        fname, (unsigned int)new_unx_mode));
                                ret = 0; /* Don't do the fchmod below. */