X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Finternet_addressing.c;h=e082b13b59287dccaa9e4a9d2fcb7b39b8081e67;hb=c9f6acf988c1ce548278c70bbc2afb8754594741;hp=38671ddc4a655c8c666bc79f785281ae8732ea5b;hpb=3ce9f3fc5eb5103ea9805d9d3476a1a3a52bf481;p=citadel.git diff --git a/citadel/internet_addressing.c b/citadel/internet_addressing.c index 38671ddc4..e082b13b5 100644 --- a/citadel/internet_addressing.c +++ b/citadel/internet_addressing.c @@ -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;