- Timestamp:
- 05/12/06 01:53:26 (6 years ago)
- File:
-
- 1 edited
-
branches/ithildin-1.1/modules/ircd/addons/acl.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/ithildin-1.1/modules/ircd/addons/acl.c
r729 r730 97 97 LIST_INSERT_BEFORE(ap2, ap, intlp); 98 98 break; 99 } else if (LIST_NEXT(ap2, intlp) == NULL) 99 } else if (LIST_NEXT(ap2, intlp) == NULL) { 100 100 LIST_INSERT_AFTER(ap2, ap, intlp); 101 break; 102 } 101 103 } 102 104 }
Note: See TracChangeset
for help on using the changeset viewer.
