[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-615-g4f503ea

Jeremy Allison jra at samba.org
Thu Dec 13 02:45:53 GMT 2007


The branch, v3-2-test has been updated
       via  4f503ea8912eb787209c8df364bfdb161dbb212c (commit)
      from  087489b7f2a8cd5868b54dbed3f3eed5d0709ba7 (commit)

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


- Log -----------------------------------------------------------------
commit 4f503ea8912eb787209c8df364bfdb161dbb212c
Author: Jeremy Allison <jra at samba.org>
Date:   Wed Dec 12 18:45:13 2007 -0800

    Fix bug #4784. Patch from Steve Langasek <vorlon at debian.org>.
    Jeremy.

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

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


Changeset truncated at 500 lines:

diff --git a/source/client/umount.cifs.c b/source/client/umount.cifs.c
index ab94a20..3e2415a 100644
--- a/source/client/umount.cifs.c
+++ b/source/client/umount.cifs.c
@@ -130,7 +130,7 @@ static int umount_check_perm(char * dir)
 		printf("user unmounting via %s is an optional feature of",thisprogram);
 		printf(" the cifs filesystem driver (cifs.ko)");
 		printf("\n\tand requires cifs.ko version 1.32 or later\n");
-	} else if (rc > 0)
+	} else if (rc != 0)
 		printf("user unmount of %s failed with %d %s\n",dir,errno,strerror(errno));
 	close(fileid);
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list