Possible spelling mistake in DEBUG message:

Richard Sharpe realrichardsharpe at gmail.com
Tue Jan 20 00:49:06 GMT 2009


diff -up smbd/reply.c.orig smbd/reply.c
--- smbd/reply.c.orig   2009-01-19 16:44:06.000000000 -0800
+++ smbd/reply.c        2009-01-19 16:47:47.000000000 -0800
@@ -2362,7 +2362,7 @@ static NTSTATUS do_unlink(connection_str
                 &sbuf);                /* psbuf */

        if (!NT_STATUS_IS_OK(status)) {
-               DEBUG(10, ("open_file_ntcreate failed: %s\n",
+               DEBUG(10, ("create_file_unixpath failed: %s\n",
                           nt_errstr(status)));
                return status;
        }

-- 
Regards,
Richard Sharpe


More information about the samba-technical mailing list