Ticket #1386 (closed defect: fixed)
Trouble in gpg.cpp
| Reported by: | Danil Krivopustov | Owned by: | erijo |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.3.4 |
| Component: | message | Version: | devel |
| Keywords: | Cc: |
Description (last modified by erijo) (diff)
Can't get the passphrase from licq_gpg.conf
my working changes:
-
gpg.cpp
153 153 mKeysIni.LoadFile(buf); 154 154 155 155 mKeysIni.SetSection("gpg"); 156 mKeysIni.ReadStr("passphrase", buf ); mGPGPassphrase = strdup(buf);156 mKeysIni.ReadStr("passphrase", buf, "",false); mGPGPassphrase = strdup(buf); 157 157 158 158 const char *gpgme_ver = gpgme_check_version(0); 159 159 gLog.Info("%s[GPG] gpgme library found: %s\n", L_INITxSTR, gpgme_ver);
Change History
Note: See
TracTickets for help on using
tickets.
