The branch, v3-4-test has been updated
       via  ec6b901d9fdea55660dc64c6f6bbfa5ef40f0678 (commit)
      from  a6b0a884d9ef247470e6ec54ce8fab3a77c07864 (commit)

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


- Log -----------------------------------------------------------------
commit ec6b901d9fdea55660dc64c6f6bbfa5ef40f0678
Author: Volker Lendecke <[email protected]>
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

Reply via email to