added missing fclose (issue #134)

This commit is contained in:
csoler 2015-10-20 18:24:49 -04:00
parent 78e9123f8c
commit 261c7faa61

View File

@ -220,6 +220,7 @@ int RsIntroServer::addCertificateFile(std::string filepath)
std::cerr << std::endl;
std::cerr << "==========================================================" << std::endl;
fclose(fd) ;
return addNewUser(certGPG);
}