X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2Faclq.c;h=65e1ca326d82cc83b741808f230e34a135b70208;hb=a95072ea297e696f410c2f3a08586acb025677d7;hp=9217bc240da90bbc481a51f66889e16b3325452a;hpb=b7804ac18110deba71f84682869bd43a12fd1daf;p=apply-default-acl.git diff --git a/src/aclq.c b/src/aclq.c index 9217bc2..65e1ca3 100644 --- a/src/aclq.c +++ b/src/aclq.c @@ -355,7 +355,7 @@ int wipe_acls(const char* path) { /* Catches the first acl_get_entry as well as the ones at the end of the loop. */ if (ge_result == -1) { - perror("reapply_default_acl_ng (acl_get_entry)"); + perror("wipe_acls (acl_get_entry)"); result = -1; goto cleanup; }