diff options
author | David Shaw <[email protected]> | 2004-02-10 22:13:57 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2004-02-10 22:13:57 +0000 |
commit | 97b52b35a0f71873a9a99e29651b6c54ae88c365 (patch) | |
tree | cacd73458a6b54f5ebf200f082d10ccb5542f3c8 | |
parent | * misc.c (compress_algo_to_string): Return NULL on failure like all of the (diff) | |
download | gnupg-97b52b35a0f71873a9a99e29651b6c54ae88c365.tar.gz gnupg-97b52b35a0f71873a9a99e29651b6c54ae88c365.zip |
* g10.c (rm_group): Properly ungroup from a list of groups.
-rw-r--r-- | g10/ChangeLog | 4 | ||||
-rw-r--r-- | g10/g10.c | 1 |
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 @@ -915,6 +915,7 @@ rm_group(char *name) free_strlist(item->values); m_free(item); + break; } } } |