diff options
Diffstat (limited to 'nest')
-rw-r--r-- | nest/proto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/proto.c b/nest/proto.c index d584cb93..15d6f4de 100644 --- a/nest/proto.c +++ b/nest/proto.c @@ -437,7 +437,7 @@ static void channel_request_reload(struct channel *c) { ASSERT(c->channel_state == CS_UP); - // ASSERT(channel_reloadable(c)); + ASSERT(channel_reloadable(c)); c->proto->reload_routes(c); |