1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-16 00:23:52 +03:00

r10930: Fix erroneous debug spotted by Herb.

Jeremy.
This commit is contained in:
Jeremy Allison
2005-10-12 18:20:34 +00:00
committed by Gerald (Jerry) Carter
parent b70b888699
commit b2e22e7d12

View 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. */