Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 372216
b: refs/heads/master
c: 1eb6d62
h: refs/heads/master
v: v3
  • Loading branch information
Wei Yongjun authored and J. Bruce Fields committed Apr 30, 2013
1 parent 8319a06 commit e09a99c
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 2a6cf944c2f8ad5a7ef599ed275b85fa56eba3fc
refs/heads/master: 1eb6d6223aaac87538a0e9aa0d30980df224914c
4 changes: 3 additions & 1 deletion trunk/net/sunrpc/auth_gss/svcauth_gss.c
Original file line number Diff line number Diff line change
Expand Up @@ -506,8 +506,10 @@ static int rsc_parse(struct cache_detail *cd,
len = qword_get(&mesg, buf, mlen);
if (len > 0) {
rsci.cred.cr_principal = kstrdup(buf, GFP_KERNEL);
if (!rsci.cred.cr_principal)
if (!rsci.cred.cr_principal) {
status = -ENOMEM;
goto out;
}
}

}
Expand Down

0 comments on commit e09a99c

Please sign in to comment.