The branch, v3-2-test has been updated
       via  98b643366044f471ad69c9e5aac06022f30742d9 (commit)
      from  09e5c6adde5564afc0d1be25f297fbfd284d559f (commit)

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


- Log -----------------------------------------------------------------
commit 98b643366044f471ad69c9e5aac06022f30742d9
Author: Charles <[EMAIL PROTECTED]>
Date:   Sun Mar 9 19:52:29 2008 +0100

    Fix return code.

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

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


Changeset truncated at 500 lines:

diff --git a/source/utils/smbget.c b/source/utils/smbget.c
index 1b916c8..e8fd6be 100644
--- a/source/utils/smbget.c
+++ b/source/utils/smbget.c
@@ -319,7 +319,7 @@ static int smb_download_file(const char *base, const char 
*name, int recursive,
                        fprintf(stderr, "Can't open %s : %s\n", newpath,
                                        strerror(errno));
                        smbc_close(remotehandle);
-                       return 1;
+                       return 0;
                }
                /* no offset */
        } else if(!send_stdout) {


-- 
Samba Shared Repository

Reply via email to