Remove duplicate line..
authorWilfried Goesgens <dothebart@citadel.org>
Fri, 25 May 2012 10:10:10 +0000 (12:10 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Fri, 25 May 2012 10:10:10 +0000 (12:10 +0200)
citadel/internet_addressing.c

index 38671ddc4a655c8c666bc79f785281ae8732ea5b..e082b13b59287dccaa9e4a9d2fcb7b39b8081e67 100644 (file)
@@ -608,7 +608,6 @@ int convert_field(struct CtdlMessage *msg, const char *beg, const char *end) {
                snprintf(addr, sizeof addr, "%s@%s", user, node);
                if (msg->cm_fields['A'] == NULL)
                        msg->cm_fields['A'] = strdup(name);
-               processed = 1;
                if (msg->cm_fields['F'] == NULL)
                        msg->cm_fields['F'] = strdup(addr);
                processed = 1;