diff --git a/cmd/zdb/zdb.c b/cmd/zdb/zdb.c index d6c304266..5017a0e7d 100644 --- a/cmd/zdb/zdb.c +++ b/cmd/zdb/zdb.c @@ -7969,7 +7969,6 @@ zdb_decompress_block(abd_t *pabd, void *buf, void *lbuf, uint64_t lsize, if (lsize > maxlsize) { exceeded = B_TRUE; } - buf = lbuf; if (*cfuncp == ZIO_COMPRESS_ZLE) { printf("\nZLE decompression was selected. If you " "suspect the results are wrong,\ntry avoiding ZLE "