Author: jra Date: 2005-10-12 18:21:01 +0000 (Wed, 12 Oct 2005) New Revision: 10931
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10931 Log: Fix erroneous debug spotted by Herb. Jeremy. Modified: trunk/source/smbd/open.c Changeset: Modified: trunk/source/smbd/open.c =================================================================== --- trunk/source/smbd/open.c 2005-10-12 18:20:34 UTC (rev 10930) +++ trunk/source/smbd/open.c 2005-10-12 18:21:01 UTC (rev 10931) @@ -1715,7 +1715,7 @@ 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. */
