aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpg/UID.cpp
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-05-25 19:12:11 +0000
committerSaturneric <[email protected]>2021-05-25 19:12:11 +0000
commit001db514d1b447892bfae71640bd58567cb7cbcf (patch)
tree4b990ed6966e1e33bb3888f254dc4a7812d1760a /src/gpg/UID.cpp
parentStreamline, expand and improve the interface of GpgContext. (diff)
downloadGpgFrontend-001db514d1b447892bfae71640bd58567cb7cbcf.tar.gz
GpgFrontend-001db514d1b447892bfae71640bd58567cb7cbcf.zip
Fix some problems caused by negligence.
Basically complete the function of signing the key. There are still problems with the refresh mechanism. Signed-off-by: Saturneric <[email protected]>
Diffstat (limited to 'src/gpg/UID.cpp')
-rw-r--r--src/gpg/UID.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpg/UID.cpp b/src/gpg/UID.cpp
index a1147eec..62632e8f 100644
--- a/src/gpg/UID.cpp
+++ b/src/gpg/UID.cpp
@@ -11,6 +11,7 @@ UID::UID(gpgme_user_id_t user_id) :
while (sig != nullptr) {
signatures.push_back(Signature(sig));
+ sig = sig->next;
}
} \ No newline at end of file