X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fsmtp%2Fsmtp_util.c;fp=citadel%2Fmodules%2Fsmtp%2Fsmtp_util.c;h=675001ea0d3570cdfef6303a294c2cf0d5cad9d3;hb=158e8958500476d1115c7b70f6c81a87bb0ade47;hp=dae60b6daf14a8d46f2c457d9fbcfd69ddca4302;hpb=e3e7a535f4370c4cd45cb9f820cb858eef349e80;p=citadel.git diff --git a/citadel/modules/smtp/smtp_util.c b/citadel/modules/smtp/smtp_util.c index dae60b6da..675001ea0 100644 --- a/citadel/modules/smtp/smtp_util.c +++ b/citadel/modules/smtp/smtp_util.c @@ -119,7 +119,7 @@ void smtp_do_bounce(char *instr, StrBuf *OMsgTxt) time_t submitted = 0L; struct CtdlMessage *bmsg = NULL; int give_up = 0; - struct recptypes *valid; + recptypes *valid; int successful_bounce = 0; static int seq = 0; StrBuf *BounceMB;