diff options
Diffstat (limited to 'contrib/pgcrypto/mbuf.c')
-rw-r--r-- | contrib/pgcrypto/mbuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pgcrypto/mbuf.c b/contrib/pgcrypto/mbuf.c index c59691ed2cc..44d9adcd2ab 100644 --- a/contrib/pgcrypto/mbuf.c +++ b/contrib/pgcrypto/mbuf.c @@ -325,7 +325,7 @@ pullf_read_fixed(PullFilter *src, int len, uint8 *dst) if (res != len) { px_debug("pullf_read_fixed: need=%d got=%d", len, res); - return PXE_MBUF_SHORT_READ; + return PXE_PGP_CORRUPT_DATA; } if (p != dst) memcpy(dst, p, len); |