projects
/
platform
/
upstream
/
smack.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bfc07f
)
fix: close(fd) was missing from smack_rule_set_apply().
author
Jarkko Sakkinen
<jarkko.j.sakkinen@gmail.com>
Thu, 3 Nov 2011 17:25:51 +0000
(19:25 +0200)
committer
Jarkko Sakkinen
<jarkko.j.sakkinen@gmail.com>
Thu, 3 Nov 2011 17:25:51 +0000
(19:25 +0200)
src/smack.c
patch
|
blob
|
history
diff --git
a/src/smack.c
b/src/smack.c
index
3c646a7
..
8198de9
100644
(file)
--- a/
src/smack.c
+++ b/
src/smack.c
@@
-203,6
+203,7
@@
int smack_rule_set_apply(SmackRuleSet handle, int flags)
}
}
+ close(fd);
return 0;
}