aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;
}
}
}