X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmodules%2Fsmtp%2Fsmtp_util.c;fp=citadel%2Fmodules%2Fsmtp%2Fsmtp_util.c;h=292bebf4782b321c3f9010f4dde487dacfecc232;hp=589f8855305f4eb889d087a745e598d10cfba435;hb=a8bb950b3da00b7933912c27e2ad92814b10d75b;hpb=f7a98d7d85704408287afd82e1f26c7fb213a04d diff --git a/citadel/modules/smtp/smtp_util.c b/citadel/modules/smtp/smtp_util.c index 589f88553..292bebf47 100644 --- a/citadel/modules/smtp/smtp_util.c +++ b/citadel/modules/smtp/smtp_util.c @@ -94,7 +94,7 @@ const char *smtp_get_Recipients(void) if (sSMTP == NULL) return NULL; - else return sSMTP->from; + else return ChrPtr(sSMTP->from); }