[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-3427-g1970eed

Volker Lendecke vlendec at samba.org
Sun Jul 27 16:39:20 GMT 2008


The branch, v3-3-test has been updated
       via  1970eed1b79a5d9dc45eb96098d653ad62a20871 (commit)
      from  c63cb78b4c8a283c0eebe37ff2f60ddbfbfaac4a (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit 1970eed1b79a5d9dc45eb96098d653ad62a20871
Author: Volker Lendecke <vl at samba.org>
Date:   Sun Jul 27 18:41:19 2008 +0200

    Fix a debug message

-----------------------------------------------------------------------

Summary of changes:
 source/smbd/reply.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/smbd/reply.c b/source/smbd/reply.c
index 897024c..80afd58 100644
--- a/source/smbd/reply.c
+++ b/source/smbd/reply.c
@@ -2358,7 +2358,7 @@ static NTSTATUS do_unlink(connection_struct *conn,
 		 &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;
 	}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list