mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-10 23:52:51 -04:00
added auto-clean of certificates at load time. Removes many errors.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5337 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
2dba7e96bc
commit
cde076aac6
1 changed files with 2 additions and 0 deletions
|
@ -285,6 +285,8 @@ bool ConnectFriendWizard::validateCurrentPage()
|
|||
break;
|
||||
case Page_Text:
|
||||
{
|
||||
cleanFriendCert() ;
|
||||
|
||||
std::string certstr = ui->friendCertEdit->toPlainText().toUtf8().constData();
|
||||
std::string error_string;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue