Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234013
b: refs/heads/master
c: 3ec07aa
h: refs/heads/master
i:
  234011: 4e92b91
v: v3
  • Loading branch information
roel authored and J. Bruce Fields committed Mar 9, 2011
1 parent 005a183 commit 0833b98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 32b007b4e19b50ff4d27ea8b69cd6d744cfec86b
refs/heads/master: 3ec07aa9522e3d5e9d5ede7bef946756e623a0a0
4 changes: 2 additions & 2 deletions trunk/fs/nfsd/nfs4xdr.c
Original file line number Diff line number Diff line change
Expand Up @@ -1142,7 +1142,7 @@ nfsd4_decode_create_session(struct nfsd4_compoundargs *argp,

u32 dummy;
char *machine_name;
int i;
int i, j;
int nr_secflavs;

READ_BUF(16);
Expand Down Expand Up @@ -1215,7 +1215,7 @@ nfsd4_decode_create_session(struct nfsd4_compoundargs *argp,
READ_BUF(4);
READ32(dummy);
READ_BUF(dummy * 4);
for (i = 0; i < dummy; ++i)
for (j = 0; j < dummy; ++j)
READ32(dummy);
break;
case RPC_AUTH_GSS:
Expand Down

0 comments on commit 0833b98

Please sign in to comment.