mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
librgw: fe::init must create RGWLibProcess
All evidence suggests RGWLibFrontend::init needs to create an RGWLibProcess, and assign to pprocess. Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
This commit is contained in:
parent
d1bbfe9442
commit
9eeba4fb28
@ -190,6 +190,8 @@ void RGWLibProcess::handle_request(RGWRequest* r)
|
||||
int RGWLibFrontend::init()
|
||||
{
|
||||
/* XXX */
|
||||
pprocess = new RGWLibProcess(g_ceph_context, &env,
|
||||
g_conf->rgw_thread_pool_size, conf);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user