[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-357-g8174a90

Volker Lendecke vlendec at samba.org
Sat Mar 14 11:41:07 GMT 2009


The branch, master has been updated
       via  8174a90e43e0722c744257c92775d3bb9a581901 (commit)
      from  c3227b6233665c372bf0ace3317c0ab1334a547e (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 8174a90e43e0722c744257c92775d3bb9a581901
Author: Volker Lendecke <vl at samba.org>
Date:   Sat Mar 14 12:39:55 2009 +0100

    Fix #3954

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

Summary of changes:
 source3/client/mount.cifs.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/client/mount.cifs.c b/source3/client/mount.cifs.c
index 8623d3c..0c551cc 100644
--- a/source3/client/mount.cifs.c
+++ b/source3/client/mount.cifs.c
@@ -1463,7 +1463,8 @@ mount_retry:
 			}
 		}
 		printf("mount error(%d): %s\n", errno, strerror(errno));
-		printf("Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)\n");
+		printf("Refer to the mount.cifs(8) manual page (e.g. man "
+		       "mount.cifs)\n");
 		rc = EX_FAIL;
 		goto mount_exit;
 	}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list