| ... | ... | @@ -266,7 +266,6 @@ const Eval = struct { |
| 266 | 266 | try eval.checkSuccessOutcome(update, null, prog_node); |
| 267 | 267 | // This message indicates the end of the update. |
| 268 | 268 | stdout.discard(body.len); |
| 269 | | return; |
| 270 | 269 | } |
| 271 | 270 | |
| 272 | 271 | const digest = body[@sizeOf(EbpHdr)..][0..Cache.bin_digest_len]; |
| ... | ... | @@ -290,7 +289,6 @@ const Eval = struct { |
| 290 | 289 | try eval.checkSuccessOutcome(update, bin_path, prog_node); |
| 291 | 290 | // This message indicates the end of the update. |
| 292 | 291 | stdout.discard(body.len); |
| 293 | | return; |
| 294 | 292 | }, |
| 295 | 293 | else => { |
| 296 | 294 | // Ignore other messages. |