Ignore:
Timestamp:
Mar 12, 2008, 9:08:18 AM (17 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.28a

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/client/umount.cifs.c

    r105 r124  
    132132                printf(" the cifs filesystem driver (cifs.ko)");
    133133                printf("\n\tand requires cifs.ko version 1.32 or later\n");
    134         } else if (rc > 0)
     134        } else if (rc != 0)
    135135                printf("user unmount of %s failed with %d %s\n",dir,errno,strerror(errno));
    136136        close(fileid);
Note: See TracChangeset for help on using the changeset viewer.