diff --git a/src/im/InformationManagerDriver.cc b/src/im/InformationManagerDriver.cc index c74f2e5249..776c8501e8 100644 --- a/src/im/InformationManagerDriver.cc +++ b/src/im/InformationManagerDriver.cc @@ -122,6 +122,11 @@ void InformationManagerDriver::protocol(const string& message) const getline (is, hinfo64); + if (hinfo64.empty()) + { + return; + } + hinfo = one_util::base64_decode(hinfo64); if (result != "SUCCESS")