]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ReplicatedBackend.cc: init 'Message *commit' to NULL
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Tue, 24 Mar 2015 08:50:47 +0000 (09:50 +0100)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 15 Apr 2015 10:34:50 +0000 (12:34 +0200)
commitdc50f43572e9cc222521bfdc4b02efcd7890c645
tree3ba3977d731300f6400ed9f740bae02214ee0269
parentd36f665aa6b72c0435e039e80bb6c15d5dc7ccfe
ReplicatedBackend.cc: init 'Message *commit' to NULL

Init variable with NULL to make sure it crashes in error
case (would be a bug) if NDEBUG disable the assert() call.

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/osd/ReplicatedBackend.cc