Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201891
b: refs/heads/master
c: 9a79827
h: refs/heads/master
i:
  201889: 588b5cb
  201887: 8fdab4d
v: v3
  • Loading branch information
Dan Carpenter authored and James Morris committed Aug 2, 2010
1 parent 8decc43 commit 03db218
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: 338437f6a09861cdf76e1396ed5fa6dee9c7cabe
refs/heads/master: 9a7982793c3aee6ce86d8e7e15306215257329f2
2 changes: 1 addition & 1 deletion trunk/security/selinux/ss/symtab.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ int symtab_init(struct symtab *s, unsigned int size)
{
s->table = hashtab_create(symhash, symcmp, size);
if (!s->table)
return -1;
return -ENOMEM;
s->nprim = 0;
return 0;
}
Expand Down

0 comments on commit 03db218

Please sign in to comment.