Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Ssu: fix typo - segfault on unbounded recursion
  • Loading branch information
martyone committed Apr 2, 2013
1 parent 3fa956b commit 8832c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libssu/ssu.cpp
Expand Up @@ -119,7 +119,7 @@ void Ssu::setRelease(QString release, bool rnd){

void Ssu::setDomain(QString domain){
SsuCoreConfig *settings = SsuCoreConfig::instance();
setDomain(domain);
settings->setDomain(domain);
}

bool Ssu::useSslVerify(){
Expand Down

0 comments on commit 8832c26

Please sign in to comment.