summaryrefslogtreecommitdiff
path: root/src/core/servers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/servers.c')
-rw-r--r--src/core/servers.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/servers.c b/src/core/servers.c
index a5a8c701..f99b238f 100644
--- a/src/core/servers.c
+++ b/src/core/servers.c
@@ -331,7 +331,6 @@ static int server_remove_channels(SERVER_REC *server)
for (tmp = server->channels; tmp != NULL; tmp = tmp->next) {
CHANNEL_REC *channel = tmp->data;
- channel->server = NULL;
channel_destroy(channel);
found = TRUE;
}