X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/f358d5e0ef3cb10a0a6d107f70e9e0442087f6f2..d43cbe256c751f2f2e8c9b55dd8a718967571c21:/src/src/structs.h diff --git a/src/src/structs.h b/src/src/structs.h index df19cfad4..99d65cfae 100644 --- a/src/src/structs.h +++ b/src/src/structs.h @@ -584,7 +584,7 @@ typedef struct address_item { /* ( also */ /* ( contains verify rc in sender verify cache */ short int transport_return; /* result of delivery attempt */ - address_item_propagated p; /* fields that are propagated to children */ + address_item_propagated prop; /* fields that are propagated to children */ } address_item; /* The table of header names consists of items of this type */