mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
added missing fclose (issue #134)
This commit is contained in:
parent
78e9123f8c
commit
261c7faa61
@ -220,6 +220,7 @@ int RsIntroServer::addCertificateFile(std::string filepath)
|
||||
std::cerr << std::endl;
|
||||
std::cerr << "==========================================================" << std::endl;
|
||||
|
||||
fclose(fd) ;
|
||||
return addNewUser(certGPG);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user