summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/emap/parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emap/parse.c b/src/emap/parse.c
index 520bb35..3025aaa 100644
--- a/src/emap/parse.c
+++ b/src/emap/parse.c
@@ -55,7 +55,7 @@ void map_parse_join_channel(int fd)
{
int k;
ARR_FIND(0, sd->channel_count, k, sd->channels[k] == chan);
- if (k < sd->channel_count || channel->join(chan, sd, NULL, true) == HCS_STATUS_OK)
+ if (k < sd->channel_count || channel->join(chan, sd, "", true) == HCS_STATUS_OK)
res = 1;
else
res = 0;