aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2004-02-10 22:13:57 +0000
committerDavid Shaw <[email protected]>2004-02-10 22:13:57 +0000
commit97b52b35a0f71873a9a99e29651b6c54ae88c365 (patch)
treecacd73458a6b54f5ebf200f082d10ccb5542f3c8
parent* misc.c (compress_algo_to_string): Return NULL on failure like all of the (diff)
downloadgnupg-97b52b35a0f71873a9a99e29651b6c54ae88c365.tar.gz
gnupg-97b52b35a0f71873a9a99e29651b6c54ae88c365.zip
* g10.c (rm_group): Properly ungroup from a list of groups.
-rw-r--r--g10/ChangeLog4
-rw-r--r--g10/g10.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog
index 016aae9f9..02cdb6962 100644
--- a/g10/ChangeLog
+++ b/g10/ChangeLog
@@ -1,3 +1,7 @@
+2004-02-10 David Shaw <[email protected]>
+
+ * g10.c (rm_group): Properly ungroup from a list of groups.
+
2004-02-09 David Shaw <[email protected]>
* misc.c (compress_algo_to_string): Return NULL on failure like
diff --git a/g10/g10.c b/g10/g10.c
index 8b94c4b8c..c1049b0d0 100644
--- a/g10/g10.c
+++ b/g10/g10.c
@@ -915,6 +915,7 @@ rm_group(char *name)
free_strlist(item->values);
m_free(item);
+ break;
}
}
}