]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_fcgi.cc
update sources to v12.2.4
[ceph.git] / ceph / src / rgw / rgw_fcgi.cc
index 68eee4760333a76e479db19657648488c7b9437e..a52ea5097bd4f9706f8dddcd1f38b6841d5639b4 100644 (file)
@@ -30,9 +30,10 @@ void RGWFCGX::flush()
   FCGX_FFlush(fcgx->out);
 }
 
-void RGWFCGX::init_env(CephContext* const cct)
+int RGWFCGX::init_env(CephContext* const cct)
 {
   env.init(cct, (char **)fcgx->envp);
+  return 0;
 }
 
 size_t RGWFCGX::send_status(const int status, const char* const status_name)