[balsa/wip/gmime3: 14/197] Remove dead assignment



commit 74c5f3ef13f52e4ae531bc3abf6212e713f59c2c
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 ec107b9..412effb 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]