projects
/
pylibacl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76bb5a0
)
Remove forgotten debug statement
author
Iustin Pop
<iustin@k1024.org>
Wed, 11 Dec 2019 20:26:59 +0000
(21:26 +0100)
committer
Iustin Pop
<iustin@k1024.org>
Wed, 11 Dec 2019 20:26:59 +0000
(21:26 +0100)
Oops :)
acl.c
patch
|
blob
|
history
diff --git
a/acl.c
b/acl.c
index f96b67951553f0c05fef43a026051eb73a939d9b..1d74833aa6e44982a3052bac237e8af3880c2033 100644
(file)
--- a/
acl.c
+++ b/
acl.c
@@
-177,7
+177,6
@@
static int ACL_init(PyObject* obj, PyObject* args, PyObject *keywds) {
return -1;
if(file != NULL) {
- fprintf(stderr, "foobar!\n");
char *path = PyBytes_AS_STRING(file);
new = acl_get_file(path, ACL_TYPE_ACCESS);
// Set custom exception on this failure path which includes