removed perverse explicit destructor call

This commit is contained in:
David White 2009-01-16 19:11:29 +00:00
parent aea3b302f9
commit 98234b052d

View file

@ -249,7 +249,6 @@ static server_type open_connection(game_display& disp, const std::string& origin
do {
temp_hash = std::string((char *) output, (char *) output + 16);
temp_hash.append(password);
md5_worker.~MD5();
MD5 md5_worker;
md5_worker.update((unsigned char *)temp_hash.c_str(),temp_hash.length());
md5_worker.finalize();