ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/modules.c
(Generate patch)

Comparing ircd-hybrid/trunk/src/modules.c (file contents):
Revision 8540 by michael, Mon Apr 30 19:49:16 2018 UTC vs.
Revision 8588 by michael, Sun Oct 21 10:51:52 2018 UTC

# Line 97 | Line 97 | unload_one_module(const char *name, int
97    if (modp->modexit)
98     modp->modexit();
99  
100  assert(dlink_list_length(&modules_list) > 0);
100    dlinkDelete(&modp->node, &modules_list);
101    xfree(modp->name);
102  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)