From e560e318f051a2915896038b1b937d0a4e0f4f82 Mon Sep 17 00:00:00 2001 From: Sergey Dorofeev Date: Sat, 10 Mar 2012 21:33:29 +0400 Subject: [PATCH] git --- source/bforce/prot_binkp.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/bforce/prot_binkp.c b/source/bforce/prot_binkp.c index b55107b..992446b 100644 --- a/source/bforce/prot_binkp.c +++ b/source/bforce/prot_binkp.c @@ -839,8 +839,11 @@ case BPMSG_EOB: /* End Of Batch (data ignored) */ return 1; // continue receiving as M_GOT may and would arrive case BPMSG_GOT: /* File received */ + DEB((D_24554, "received M_GOT len=%d", block_length)); + goto got_skip; case BPMSG_SKIP: - DEB((D_24554, "received GOT/SKIP len=%d", block_length)); + DEB((D_24554, "received M_SKIP len=%d", block_length)); +got_skip: if (bstate->mode != bmode_transfer) { PROTO_ERROR("unexpected M_GOT/M_SKIP"); }