summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorSage Weil <sage@inktank.com>2014-05-16 07:33:11 -0700
committerSage Weil <sage@inktank.com>2014-05-16 07:33:11 -0700
commitdcf98ff04bc5dacd5d45854a32870d86dd7b26c7 (patch)
tree5af6c5d2544bc070975479fe926807df5c7634be /inc
parent9dc3a9c683385abfe4ad92b7c6ff30719acc3c13 (diff)
parent2f602bce782be221a729a74df1258fdf896e633b (diff)
downloadceph-libs3-master.tar.gz
Merge pull request #2 from ceph/wip-da-SCAHEADmaster
Some fixes from SCA runs Reviewed-by: Sage Weil <sage@inktank.com>
Diffstat (limited to 'inc')
-rw-r--r--inc/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/util.h b/inc/util.h
index 4138ca7..94ed0e7 100644
--- a/inc/util.h
+++ b/inc/util.h
@@ -58,7 +58,7 @@
// 255 is the maximum bucket length
#define MAX_URI_SIZE \
((sizeof("https:///") - 1) + S3_MAX_HOSTNAME_SIZE + 255 + 1 + \
- MAX_URLENCODED_KEY_SIZE + (sizeof("?torrent" - 1)) + 1)
+ MAX_URLENCODED_KEY_SIZE + (sizeof("?torrent") - 1) + 1)
// Maximum size of a canonicalized resource
#define MAX_CANONICALIZED_RESOURCE_SIZE \