diff options
Diffstat (limited to 'daemon/proto.c')
-rw-r--r-- | daemon/proto.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/proto.c b/daemon/proto.c index f3a3b26c..1fdb26c7 100644 --- a/daemon/proto.c +++ b/daemon/proto.c @@ -425,6 +425,7 @@ receive_file (receive_cb cb, void *opaque) return 0; /* end of file */ } + /* Note that the callback can generate progress messages. */ if (cb) r = cb (opaque, chunk.data.data_val, chunk.data.data_len); else |