Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 178883
b: refs/heads/master
c: b891e4a
h: refs/heads/master
i:
  178881: 5771c43
  178879: f3f9c9a
v: v3
  • Loading branch information
Trond Myklebust authored and Trond Myklebust committed Dec 18, 2009
1 parent b773c15 commit 5544b1d
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: 14ace024b1e16d2bb9445c8387494fbbd820a738
refs/heads/master: b891e4a05ef6beac85465295a032431577c66b16
2 changes: 1 addition & 1 deletion trunk/net/sunrpc/auth_gss/gss_mech_switch.c
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ gss_import_sec_context(const void *input_token, size_t bufsize,
struct gss_ctx **ctx_id)
{
if (!(*ctx_id = kzalloc(sizeof(**ctx_id), GFP_KERNEL)))
return GSS_S_FAILURE;
return -ENOMEM;
(*ctx_id)->mech_type = gss_mech_get(mech);

return mech->gm_ops
Expand Down

0 comments on commit 5544b1d

Please sign in to comment.