Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 178089
b: refs/heads/master
c: 3d354cb
h: refs/heads/master
i:
  178087: ff7d8c5
v: v3
  • Loading branch information
J. Bruce Fields authored and Linus Torvalds committed Dec 21, 2009
1 parent f2a4175 commit ec884bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: dd59f6c76b265ed2ff18b497d6105a9511b1feb1
refs/heads/master: 3d354cbc43db36e7e8b27ed78901064b87864ffc
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

0 comments on commit ec884bc

Please sign in to comment.