Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73240
b: refs/heads/master
c: 6d2b685
h: refs/heads/master
v: v3
  • Loading branch information
KaiGai Kohei authored and James Morris committed Nov 7, 2007
1 parent 91c49d4 commit 3807bb1
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: 57002bfb31283e84f694763ed4db0fb761b7d6a9
refs/heads/master: 6d2b685564ba417f4c6d80c3661f0dfee13fff85
2 changes: 1 addition & 1 deletion trunk/security/selinux/ss/ebitmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ int ebitmap_netlbl_export(struct ebitmap *ebmap,
cmap_sft = delta % NETLBL_CATMAP_MAPSIZE;
c_iter->bitmap[cmap_idx]
|= e_iter->maps[cmap_idx] << cmap_sft;
e_iter = e_iter->next;
}
e_iter = e_iter->next;
}

return 0;
Expand Down

0 comments on commit 3807bb1

Please sign in to comment.