[balsa] Remove dead assignment
- From: Peter Bloomfield <peterb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [balsa] Remove dead assignment
- Date: Tue, 27 Jun 2017 00:48:18 +0000 (UTC)
commit 4c226aadf3507b20847f9f696582856a05e2fabd
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date: Mon Jun 26 20:47:55 2017 -0400
Remove dead assignment
* libbalsa/rfc6350.c (rfc6350_eval_line):
ChangeLog | 6 ++++++
libbalsa/rfc6350.c | 1 -
2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 46148ba..a217e1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2017-06-26 Peter Bloomfield <pbloomfield bellsouth net>
+ Remove dead assignment
+
+ * libbalsa/rfc6350.c (rfc6350_eval_line):
+
+2017-06-26 Peter Bloomfield <pbloomfield bellsouth net>
+
Assert that getpwuid returns a valid passwd structure
* libbalsa/rfc3156.c (gpg_updates_trustdb): Assert that
diff --git a/libbalsa/rfc6350.c b/libbalsa/rfc6350.c
index d51d78c..ae26ac4 100644
--- a/libbalsa/rfc6350.c
+++ b/libbalsa/rfc6350.c
@@ -268,7 +268,6 @@ rfc6350_eval_line(gchar *line,
value = &value[1];
if ((name[0] == '\0') || (value[0] == '\0')) {
g_set_error(error, RFC6350_ERROR_QUARK, RFC6350_ERROR_EMPTY, _("malformed line ā%sā,
empty name or value"), line);
- result = FALSE;
} else {
g_debug("%s: line='%s' name='%s', value='%s'", __func__, line, name, value);
if (g_ascii_strcasecmp(name, "FN") == 0) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]