]> diplodocus.org Git - nmh/blobdiff - mts/smtp/smtp.c
sbr/m_mktemp.h: Create with missing prototypes.
[nmh] / mts / smtp / smtp.c
index 003aa6a216d574e277f444653b13ef34d0b3e723..b09fde33cc9ff98ce4632a78149a28fc98999e6b 100644 (file)
@@ -493,7 +493,7 @@ sm_wadr (char *mbox, char *host, char *path)
 {
     switch (smtalk (SM_RCPT, host && *host ? "RCPT TO:<%s%s@%s>"
                                           : "RCPT TO:<%s%s>",
-                            path ? path : "", mbox, host)) {
+                            FENDNULL(path), mbox, host)) {
        case 250: 
        case 251: 
            sm_addrs++;