Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
subscriptions: remove wrong assert
  • Loading branch information
perexg committed Nov 3, 2015
1 parent f5b7563 commit f5e0caa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/subscriptions.c
Expand Up @@ -831,8 +831,6 @@ subscription_create_from_mux(profile_chain_t *prch,
if (!s)
return NULL;

assert((flags & SUBSCRIPTION_ONESHOT) != 0);

return subscription_create_from_channel_or_service
(prch, ti, weight, name, flags, hostname, username, client,
error, (service_t *)s);
Expand Down

0 comments on commit f5e0caa

Please sign in to comment.