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=3f57c2de0977fee629ca69ec40777ebbceea9bb2;hb=882ff5a53c3b4e440520a073cf07dc60b2671876;hp=14c4e02b7fe10a5e47c99b01605a6ea8f1df22bc;hpb=8f575fc90b5bb9f934bf8ad115d580f5929ffbe5;p=citadel.git diff --git a/citadel/modules/smtp/smtp_util.c b/citadel/modules/smtp/smtp_util.c index 14c4e02b7..3f57c2de0 100644 --- a/citadel/modules/smtp/smtp_util.c +++ b/citadel/modules/smtp/smtp_util.c @@ -84,7 +84,7 @@ void smtp_do_bounce(const char *instr, int is_final) int num_bounces = 0; int bounce_this = 0; struct CtdlMessage *bmsg = NULL; - recptypes *valid; + struct recptypes *valid; int successful_bounce = 0; static int seq = 0; StrBuf *BounceMB;