summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-04-25 17:07:20 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-04-25 17:07:20 +0000
commit908c063b53a58d69302128f72304a1533cdf1fbf (patch)
tree6d60cffce8e1ac399d73dabb5755befee57665fb /src
parent3f93e6da7196cc24d2356000730c963308d14cdd (diff)
- Fixed core on rehash with resv exempts
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1864 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'src')
-rw-r--r--src/conf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/conf.c b/src/conf.c
index 23e3a49..b6e0caa 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -216,7 +216,6 @@ conf_free(struct MaskItem *conf)
MyFree(exptr->user);
MyFree(exptr->host);
MyFree(exptr);
- free_dlink_node(ptr);
}
MyFree(conf);