Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75247
b: refs/heads/master
c: 3392c34
h: refs/heads/master
i:
  75245: 30f226c
  75243: c0d8155
  75239: 44197e7
  75231: c6c90c0
v: v3
  • Loading branch information
James Morris authored and Trond Myklebust committed Jan 3, 2008
1 parent b8e9255 commit 3cb6806
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: b274b48f3ef6e43e3831e8793c697a9573a607af
refs/heads/master: 3392c34922130d1dca9ad436c358330daa85e94e
2 changes: 1 addition & 1 deletion trunk/net/sunrpc/auth_gss/auth_gss.c
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ gss_create(struct rpc_clnt *clnt, rpc_authflavor_t flavor)
err = -EINVAL;
gss_auth->mech = gss_mech_get_by_pseudoflavor(flavor);
if (!gss_auth->mech) {
printk(KERN_WARNING "%s: Pseudoflavor %d not found!",
printk(KERN_WARNING "%s: Pseudoflavor %d not found!\n",
__FUNCTION__, flavor);
goto err_free;
}
Expand Down

0 comments on commit 3cb6806

Please sign in to comment.