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 <[email protected]>
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

Reply via email to