libceph: always preallocate mon connection
authorSage Weil <sage@newdream.net>
Tue, 9 Aug 2011 16:27:44 +0000 (09:27 -0700)
committerSage Weil <sage@newdream.net>
Tue, 25 Oct 2011 23:10:15 +0000 (16:10 -0700)
Allocate the mon connection on init.  We already reuse it across
reconnects.  Remove now unnecessary (and incomplete) NULL checks.

Signed-off-by: Sage Weil <sage@newdream.net>

No differences found