]> granicus.if.org Git - icinga2/commit
Fix objects cache dump in compat for multiline vars
authorMarkus Frosch <markus@lazyfrosch.de>
Thu, 28 May 2015 07:48:57 +0000 (09:48 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Mon, 15 Jun 2015 15:21:57 +0000 (17:21 +0200)
commit46fea5892ca4ba48b22e4c8d64212d2cedfc2579
tree6a7c7d6ff52834da8c072305fce4c7a59f766084
parent11574e0bf14227349cb3245c4de246140f5cfdf8
Fix objects cache dump in compat for multiline vars

Multiline vars should be written as:
  _test test1\ntest2

And not
  _test test1
test2

fixes #9328

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
lib/compat/statusdatawriter.cpp