Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
quickfix for previous commit
  • Loading branch information
perexg committed Oct 15, 2015
1 parent 1943929 commit 6300e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/channels.c
Expand Up @@ -930,7 +930,7 @@ channel_tag_map(channel_tag_t *ct, channel_t *ch, void *origin)
idnode_list_mapping_t *ilm;

if (ct == NULL || ch == NULL)
return NULL;
return 0;

ilm = idnode_list_link(&ct->ct_id, &ct->ct_ctms,
&ch->ch_id, &ch->ch_ctms,
Expand Down

0 comments on commit 6300e16

Please sign in to comment.