Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91715
b: refs/heads/master
c: 1167088
h: refs/heads/master
i:
  91713: 09e5bea
  91711: e9644d6
v: v3
  • Loading branch information
Eric Paris authored and James Morris committed Apr 21, 2008
1 parent 9de5211 commit d1eefe3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 5d55a345c09ef1708bd341395792931a66306ba6
refs/heads/master: 11670889380b144adfa5a91dc184c8f6300c4b28
6 changes: 2 additions & 4 deletions trunk/security/selinux/ss/sidtab.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,10 @@ void sidtab_map_remove_on_error(struct sidtab *s,
while (cur != NULL) {
ret = apply(cur->sid, &cur->context, args);
if (ret) {
if (last) {
if (last)
last->next = cur->next;
} else {
else
s->htable[i] = cur->next;
}

temp = cur;
cur = cur->next;
context_destroy(&temp->context);
Expand Down

0 comments on commit d1eefe3

Please sign in to comment.