]> Git Repo - linux.git/blobdiff - net/sunrpc/svcauth_unix.c
Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6
[linux.git] / net / sunrpc / svcauth_unix.c
index bcd574f2ac566a96c34b041f44ce1e0b1bedbed8..521d8f7dc833ac769afe83daf0b03fe818c5be32 100644 (file)
@@ -507,7 +507,7 @@ static int unix_gid_parse(struct cache_detail *cd,
        time_t expiry;
        struct unix_gid ug, *ugp;
 
-       if (mlen <= 0 || mesg[mlen-1] != '\n')
+       if (mesg[mlen - 1] != '\n')
                return -EINVAL;
        mesg[mlen-1] = 0;
 
This page took 0.026676 seconds and 4 git commands to generate.