Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23873
b: refs/heads/master
c: 1356b8c
h: refs/heads/master
i:
  23871: 23c4030
v: v3
  • Loading branch information
Levent Serinol authored and Trond Myklebust committed Mar 20, 2006
1 parent cfeefec commit 6462fb5
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: 24bd68f46b1ad08d69bf32779f860df867780a7a
refs/heads/master: 1356b8c28d67cafd74f7e7dcfb39bf53681790a5
4 changes: 2 additions & 2 deletions trunk/net/sunrpc/clnt.c
Original file line number Diff line number Diff line change
Expand Up @@ -1197,8 +1197,8 @@ call_verify(struct rpc_task *task)
task->tk_action = call_bind;
goto out_retry;
case RPC_AUTH_TOOWEAK:
printk(KERN_NOTICE "call_verify: server requires stronger "
"authentication.\n");
printk(KERN_NOTICE "call_verify: server %s requires stronger "
"authentication.\n", task->tk_client->cl_server);
break;
default:
printk(KERN_WARNING "call_verify: unknown auth error: %x\n", n);
Expand Down

0 comments on commit 6462fb5

Please sign in to comment.