Commit 4515993f authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Teach ACL's how to find their own name.

parent f72c2235
......@@ -37,6 +37,7 @@
const struct type ACL[1] = {{
.magic = TYPE_MAGIC,
.name = "ACL",
.tostring = "((\v1)->name)",
}};
const struct type BACKEND[1] = {{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment