Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44513
b: refs/heads/master
c: dd08d6e
h: refs/heads/master
i:
  44511: 838b816
v: v3
  • Loading branch information
NeilBrown authored and Linus Torvalds committed Dec 13, 2006
1 parent 00a01a4 commit 52b5ac5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 27d630ece08ae15e35d54201665c247a9fae584c
refs/heads/master: dd08d6ea443abafe9455997d2889719364b8794b
4 changes: 4 additions & 0 deletions trunk/net/sunrpc/svcauth_unix.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ struct auth_domain *unix_domain_find(char *name)
return NULL;
kref_init(&new->h.ref);
new->h.name = kstrdup(name, GFP_KERNEL);
if (new->h.name == NULL) {
kfree(new);
return NULL;
}
new->h.flavour = &svcauth_unix;
new->addr_changes = 0;
rv = auth_domain_lookup(name, &new->h);
Expand Down

0 comments on commit 52b5ac5

Please sign in to comment.