From da365592a406e7a294bad45f3503869ed9d37dac Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Thu, 26 Apr 2012 17:31:46 -0700 Subject: [PATCH] Missing line. --- src/AccountState.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/AccountState.cpp b/src/AccountState.cpp index 6c0e798e46..9dea2b1996 100644 --- a/src/AccountState.cpp +++ b/src/AccountState.cpp @@ -35,6 +35,7 @@ void AccountState::addJson(Json::Value& val) void AccountState::dump() { Json::Value j(Json::objectValue); + addJson(j); Json::StyledStreamWriter ssw; ssw.write(std::cerr, j); }