librados: remove gratuitous call to add_dispatcher_head.

Signed-off-by: Greg Farnum <gregory.farnum@dreamhost.com>
This commit is contained in:
Greg Farnum 2012-03-01 18:23:51 -08:00
parent cd174c5e2b
commit 29be52820d

View File

@ -963,7 +963,6 @@ int librados::RadosClient::connect()
messenger->add_dispatcher_head(this);
messenger->start();
messenger->add_dispatcher_head(this);
ldout(cct, 1) << "setting wanted keys" << dendl;
monclient.set_want_keys(CEPH_ENTITY_TYPE_MON | CEPH_ENTITY_TYPE_OSD);