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

Volker Lendecke vlendec at samba.org
Thu Jun 26 11:32:42 GMT 2008


The branch, v3-3-test has been updated
       via  8dd94d448bc5ad067024c56c6ef498bc88a396b2 (commit)
      from  b34283adeffaa6e481c57926709ea80d48733ef0 (commit)

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


- Log -----------------------------------------------------------------
commit 8dd94d448bc5ad067024c56c6ef498bc88a396b2
Author: Volker Lendecke <vl at samba.org>
Date:   Thu Jun 26 13:32:11 2008 +0200

    Fix a debug message

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

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


Changeset truncated at 500 lines:

diff --git a/source/smbd/service.c b/source/smbd/service.c
index 1ad4845..0b851f1 100644
--- a/source/smbd/service.c
+++ b/source/smbd/service.c
@@ -1143,7 +1143,7 @@ connection_struct *make_connection_with_chdir(const char *service_in,
 	 */
 	 
 	if ( conn && vfs_ChDir(conn,conn->connectpath) != 0 ) {
-		DEBUG(0,("move_driver_to_download_area: Can't change "
+		DEBUG(0,("make_connection_with_chdir: Can't change "
 			 "directory to %s for [print$] (%s)\n",
 			 conn->connectpath,strerror(errno)));
 		yield_connection(conn, lp_servicename(SNUM(conn)));


-- 
Samba Shared Repository


More information about the samba-cvs mailing list