Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 178122
b: refs/heads/master
c: 1814f2d
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Dec 21, 2009
1 parent 7fe0a1a commit 064126e
Show file tree
Hide file tree
Showing 16 changed files with 469 additions and 190 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 70f1120527797adb31c68bdc6f1b45e182c342c7
refs/heads/master: 1814f2da5ebd7a516805e0a62047cb45eee10bdc
2 changes: 1 addition & 1 deletion trunk/fs/nfsd/nfsfh.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ static __be32 nfsd_setuser_and_check_port(struct svc_rqst *rqstp,
int flags = nfsexp_flags(rqstp, exp);

/* Check if the request originated from a secure port. */
if (!rqstp->rq_secure && (flags & NFSEXP_INSECURE_PORT)) {
if (!rqstp->rq_secure && !(flags & NFSEXP_INSECURE_PORT)) {
RPC_IFDEBUG(char buf[RPC_MAX_ADDRBUFLEN]);
dprintk(KERN_WARNING
"nfsd: request from insecure port %s!\n",
Expand Down
Loading

0 comments on commit 064126e

Please sign in to comment.