Skip to content

Commit

Permalink
Merge remote-tracking branch 'gh/wip-11613' into next
Browse files Browse the repository at this point in the history
Reviewed-by: Sage Weil <sage@redhat.com>
  • Loading branch information
liewegas committed May 14, 2015
2 parents e399914 + 2b06dc3 commit 22984ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rgw/rgw_rest_swift.cc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ int RGWListBuckets_ObjStore_SWIFT::get_params()
}

if (l > (long)limit_max || l < 0) {
return -EINVAL;
return -ERR_PRECONDITION_FAILED;
}

limit = (uint64_t)l;
Expand Down

0 comments on commit 22984ee

Please sign in to comment.