From 375d68eb0e14a9430e106114f988b227f1548442 Mon Sep 17 00:00:00 2001 From: Olivier 'reivilibre Date: Tue, 14 Jun 2022 19:57:34 +0100 Subject: [PATCH] Don't forget the terminator --- datman/src/commands/pushpull.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/datman/src/commands/pushpull.rs b/datman/src/commands/pushpull.rs index 2ea47ce..2b73632 100644 --- a/datman/src/commands/pushpull.rs +++ b/datman/src/commands/pushpull.rs @@ -181,6 +181,8 @@ pub fn offering_side( progress.inc_progress(1); } + write_message(writer, &None::)>>)?; + writer.flush()?; Ok(())