X-Git-Url: http://git.vrable.net/?p=bluesky.git;a=blobdiff_plain;f=bluesky%2Fstore-s3.c;h=0c9e33d660f3b0498587fee31267f3a2b97df5e9;hp=fd2da4f5431b96c5f2598d900cbc49e4f903540c;hb=a0cdddf316f4119f31ca4939a7e0ba8d4ceb38e2;hpb=2b939f6cfc203a821a190ffd8a42c610ad991505 diff --git a/bluesky/store-s3.c b/bluesky/store-s3.c index fd2da4f..0c9e33d 100644 --- a/bluesky/store-s3.c +++ b/bluesky/store-s3.c @@ -256,6 +256,6 @@ static BlueSkyStoreImplementation store_impl = { void bluesky_store_init_s3(void) { - S3_initialize(NULL, S3_INIT_ALL); + S3_initialize(NULL, S3_INIT_ALL, NULL); bluesky_store_register(&store_impl, "s3"); }