Changeset 90efcaaaccf0ea7f45d7afcb8361f4df41d71b0f for src/noit_rest.c
- Timestamp:
- 08/06/10 03:30:36 (3 years ago)
- git-parent:
- Files:
-
- src/noit_rest.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
src/noit_rest.c
r5491270 r90efcaa 506 506 struct noit_rest_acl_rule *remove_rule; 507 507 508 snprintf(path, sizeof(path), "//rest/ acl");508 snprintf(path, sizeof(path), "//rest//acl"); 509 509 acls = noit_conf_get_sections(NULL, path, &cnt); 510 510 noitL(noit_stderr, "Found %d acl stanzas\n", cnt);
