Oops - forgot to have the server instantly sync/exit when using the new CLI flag (for interacting with running servers - does not start server itself).

This commit is contained in:
Ken Moore
2016-05-17 12:44:38 -04:00
parent a81ca75519
commit 68793175f7

View File

@@ -108,6 +108,7 @@ int main( int argc, char ** argv )
return 1;
}
}else if(QString(argv[i])=="-import_ssl_key" && i+3>argc){
setonly = true;
i++; QString user(argv[i]);
i++; QByteArray key(argv[i]);
i++; QString nickname(argv[i]);