diff options
-rw-r--r-- | xlators/features/quota/src/quotad-aggregator.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/xlators/features/quota/src/quotad-aggregator.c b/xlators/features/quota/src/quotad-aggregator.c index 681fea4cb74..6f2f6e8a7b0 100644 --- a/xlators/features/quota/src/quotad-aggregator.c +++ b/xlators/features/quota/src/quotad-aggregator.c @@ -57,11 +57,6 @@ quotad_serialize_reply (rpcsvc_request_t *req, void *arg, struct iovec *outmsg, } outmsg->iov_len = retlen; ret: - if (retlen == -1) { - iobuf_unref (iob); - iob = NULL; - } - return iob; } |