summaryrefslogtreecommitdiff
path: root/nest/proto.c
diff options
context:
space:
mode:
Diffstat (limited to 'nest/proto.c')
-rw-r--r--nest/proto.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/nest/proto.c b/nest/proto.c
index 16245dca..a5325705 100644
--- a/nest/proto.c
+++ b/nest/proto.c
@@ -451,10 +451,7 @@ channel_start_export(struct channel *c)
ASSERT(c->channel_state == CS_UP);
ASSERT(c->export_state == ES_DOWN);
- if (!c->bmp_hack)
- channel_schedule_feed(c, 1); /* Sets ES_FEEDING */
- else
- c->export_state = ES_READY;
+ channel_schedule_feed(c, 1); /* Sets ES_FEEDING */
}
static void