[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-28-27-g244230e

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


The branch, v3-0-test has been updated
       via  244230eb619c6699e962bb24f8f6e4dd2a1235c7 (commit)
      from  03ad8c0ef748352960415e7d5a1f5516b89c0cec (commit)

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


- Log -----------------------------------------------------------------
commit 244230eb619c6699e962bb24f8f6e4dd2a1235c7
Author: Jeremy Allison <jra at samba.org>
Date:   Wed Dec 12 18:45:20 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 47ddd1e..70829eb 100644
--- a/source/client/umount.cifs.c
+++ b/source/client/umount.cifs.c
@@ -131,7 +131,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