mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-28 08:54:13 -04:00
added missing fclose (issue #134)
This commit is contained in:
parent
78e9123f8c
commit
261c7faa61
1 changed files with 1 additions and 0 deletions
|
@ -220,6 +220,7 @@ int RsIntroServer::addCertificateFile(std::string filepath)
|
|||
std::cerr << std::endl;
|
||||
std::cerr << "==========================================================" << std::endl;
|
||||
|
||||
fclose(fd) ;
|
||||
return addNewUser(certGPG);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue