SMTPSRV: migrate to use StrBuf
[citadel.git] / citadel / modules / smtp / smtp_util.c
index 589f8855305f4eb889d087a745e598d10cfba435..292bebf4782b321c3f9010f4dde487dacfecc232 100644 (file)
@@ -94,7 +94,7 @@ const char *smtp_get_Recipients(void)
 
        if (sSMTP == NULL)
                return NULL;
-       else return sSMTP->from;
+       else return ChrPtr(sSMTP->from);
 }