Rename substructure for ease of debugging
[exim.git] / src / src / structs.h
index df19cfad4796b6e41726a6e6860d22f132077462..99d65cfae5bc193ec3dd9285194418ee246e4a0a 100644 (file)
@@ -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 */