]> diplodocus.org Git - nmh/blobdiff - mts/smtp/smtp.c
sbr/m_mktemp.h: Create with missing prototypes.
[nmh] / mts / smtp / smtp.c
index 97f2f5b63658fa1f5b55cff5fd3080af782ea28d..b09fde33cc9ff98ce4632a78149a28fc98999e6b 100644 (file)
@@ -1,5 +1,4 @@
-/*
- * smtp.c -- nmh SMTP interface
+/* smtp.c -- nmh SMTP interface
  *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
@@ -494,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++;