X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmodules%2Fsmtp%2Fsmtp_util.c;h=440084454d9e779ba947b3883bfadfb19e354be0;hp=3f57c2de0977fee629ca69ec40777ebbceea9bb2;hb=80f14552e61c41057242205ad967d0a3fb6b98ff;hpb=cf0a9f2f49278453b5f4a72f11bf49e8b98d5e79 diff --git a/citadel/modules/smtp/smtp_util.c b/citadel/modules/smtp/smtp_util.c index 3f57c2de0..440084454 100644 --- a/citadel/modules/smtp/smtp_util.c +++ b/citadel/modules/smtp/smtp_util.c @@ -52,7 +52,7 @@ const char *smtp_get_Recipients(void) { - citsmtp *sSMTP = SMTP; + struct citsmtp *sSMTP = SMTP; if (sSMTP == NULL) return NULL;