diff options
Diffstat (limited to 'net/sunrpc/svcauth_unix.c')
| -rw-r--r-- | net/sunrpc/svcauth_unix.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/svcauth_unix.c b/net/sunrpc/svcauth_unix.c index bcd574f2ac56..521d8f7dc833 100644 --- a/net/sunrpc/svcauth_unix.c +++ b/net/sunrpc/svcauth_unix.c @@ -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;  |