From: Yehuda Sadeh Date: Thu, 7 Jul 2011 00:02:16 +0000 (-0700) Subject: rgw: fix copy operation (clean up acls) X-Git-Tag: v0.31~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3f708ee5544e095f182e5bb09c08993298b8b70d;p=ceph.git rgw: fix copy operation (clean up acls) --- diff --git a/src/rgw/rgw_op.h b/src/rgw/rgw_op.h index 8f91cc604d8..bb10e15898d 100644 --- a/src/rgw/rgw_op.h +++ b/src/rgw/rgw_op.h @@ -293,6 +293,7 @@ public: src_bucket.clear(); src_object.clear(); mtime = 0; + aclbl.clear(); } int verify_permission(); void execute();