Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231142
b: refs/heads/master
c: f3c0cee
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and J. Bruce Fields committed Dec 17, 2010
1 parent 5afc0c0 commit 52191af
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: 66c941f4aa8aef397a757001af61073db23b39e5
refs/heads/master: f3c0ceea83ba3741226ea04eb1804d254da2642f
2 changes: 1 addition & 1 deletion trunk/net/sunrpc/auth_gss/gss_krb5_crypto.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ arcfour_hmac_md5_usage_to_salt(unsigned int usage, u8 salt[4])
ms_usage = 13;
break;
default:
return EINVAL;;
return -EINVAL;
}
salt[0] = (ms_usage >> 0) & 0xff;
salt[1] = (ms_usage >> 8) & 0xff;
Expand Down

0 comments on commit 52191af

Please sign in to comment.