---
 ii.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ii.c b/ii.c
index ef33ed5..7ca3ee8 100644
--- a/ii.c
+++ b/ii.c
@@ -234,7 +234,7 @@ channel_new(const char *name)
                fprintf(stderr, "%s: calloc: %s\n", argv0, strerror(errno));
                exit(1);
        }
-       c->next = NULL;
+
        strlcpy(c->name, name, sizeof(c->name));
        channel_normalize_name(c->name);
 
-- 
2.24.1


Reply via email to