aboutsummaryrefslogtreecommitdiff
path: root/irc/ircd-rusnet/files/patch-ircd-channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'irc/ircd-rusnet/files/patch-ircd-channel.c')
-rw-r--r--irc/ircd-rusnet/files/patch-ircd-channel.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/irc/ircd-rusnet/files/patch-ircd-channel.c b/irc/ircd-rusnet/files/patch-ircd-channel.c
deleted file mode 100644
index 229aeb0d79f4..000000000000
--- a/irc/ircd-rusnet/files/patch-ircd-channel.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- ircd/channel.c.orig 2007-11-14 03:02:17.000000000 +0600
-+++ ircd/channel.c 2007-11-14 03:02:27.000000000 +0600
-@@ -2111,7 +2111,7 @@
- if (*chptr->chname == '!' && close_chid(chptr->chname+1))
- cache_chid(chptr);
- else
-- MyFree((char *)chptr);
-+ MyFree(chptr);
- }
- }
-