Navigation



Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/acl_wl/aw_tree.c

    r1127 r1354  
    7070
    7171/* The root of the tree */
    72 static struct fd_list tree_root = FD_LIST_INITIALIZER(tree_root);
    73 
    74 /* Note: we don't need to lock, since we add only when parsing the conf, and then read only */
     72struct fd_list tree_root = FD_LIST_INITIALIZER(tree_root);
     73
     74/* Note: we lock accesses to the tree with acl_wl_lock because of config reload */
    7575
    7676
Note: See TracChangeset for help on using the changeset viewer.