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:
Matt Benjamin 2015-09-08 18:51:55 -04:00
parent d1bbfe9442
commit 9eeba4fb28

View File

@ -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;
}