X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Finspstring.cpp;h=38a51e82ffde04dcfc142e8989742201c56be9ea;hb=19963bd452eac3c9fc52b3ee60fbf1a81efed7d3;hp=b09a447675765de138ac2ea2d5b290990234f405;hpb=5f4da6098761a837c51d9b1d75411ccc982ad111;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/inspstring.cpp b/src/inspstring.cpp index b09a44767..38a51e82f 100644 --- a/src/inspstring.cpp +++ b/src/inspstring.cpp @@ -11,8 +11,6 @@ * --------------------------------------------------- */ -/* $Core */ - #include "inspircd.h" /* @@ -206,7 +204,7 @@ std::string Base64ToBin(const std::string& data_str, const char* table) table = b64table; int bitcount = 0; - uint32_t buffer; + uint32_t buffer = 0; const char* data = data_str.c_str(); std::string rv; while (true)