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

Volker Lendecke vlendec at samba.org
Sat Mar 14 11:40:06 GMT 2009


The branch, v3-3-test has been updated
       via  6e7a0a28e9aadda7f6a5891820ffd60a31d14789 (commit)
      from  c8f001f9f4860c333b9c49c6e47e4be930b095da (commit)

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


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

    Fix #3954

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

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


Changeset truncated at 500 lines:

diff --git a/source/client/mount.cifs.c b/source/client/mount.cifs.c
index d05115b..8b62ef7 100644
--- a/source/client/mount.cifs.c
+++ b/source/client/mount.cifs.c
@@ -1449,7 +1449,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