]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
rgw: fix null dereference
authorYehuda Sadeh <yehuda@redhat.com>
Wed, 3 Feb 2016 05:43:18 +0000 (00:43 -0500)
committerMatt Benjamin <mbenjamin@redhat.com>
Fri, 12 Feb 2016 17:08:21 +0000 (12:08 -0500)
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
src/rgw/rgw_process.cc

index 0fb2890c9088545c44f68e251a103a51437e496b..5095fe77846a79621d49159afdbeeb53a67bf12d 100644 (file)
@@ -182,7 +182,6 @@ done:
   }
 
   int http_ret = s->err.http_ret;
-
   int op_ret = 0;
   if (op) {
     op_ret = op->get_ret();