|
|
@ -365,7 +365,7 @@ TQMap<TQString, TQString> VPNCAuthentication::getPasswords()
|
|
|
|
char decrypted_result[2048];
|
|
|
|
char decrypted_result[2048];
|
|
|
|
int i;
|
|
|
|
int i;
|
|
|
|
|
|
|
|
|
|
|
|
decryptcommand.append(_vpncAuth->editGroupPassword->password());
|
|
|
|
decryptcommand.append(_vpncAuth->editGroupPassword->password().local8Bit());
|
|
|
|
printf("Group password decrypt command: %s\n", decryptcommand.c_str());
|
|
|
|
printf("Group password decrypt command: %s\n", decryptcommand.c_str());
|
|
|
|
if ((pipe_decrypt = popen(decryptcommand.c_str(), "r")) == NULL)
|
|
|
|
if ((pipe_decrypt = popen(decryptcommand.c_str(), "r")) == NULL)
|
|
|
|
{
|
|
|
|
{
|
|
|
|