Note that this ommit cannot be cherry-picked from master because it's fixing a
regression introduced by a backport which went into 14.2.8.
Fixes: 33bb1bad74234b913a82bb3773022113b02ffa75
Fixes: http://tracker.ceph.com/issues/44614
Signed-off-by: Yuval Lifshitz <yuvalif@yahoo.com>
RGWHandler_REST_PSTopic_AWS topic_handler(auth_registry, post_body);
topic_handler.init(store, s, s->cio);
auto op = topic_handler.get_op(store);
+ if (op) {
+ return op;
+ }
}
return NULL;