From cd93ed7328a3c1998a4f3af0c8730acbc45dee38 Mon Sep 17 00:00:00 2001
From: "bienvenu%netscape.com" <bienvenu%netscape.com>
Date: Thu, 22 Jun 2000 14:37:17 +0000
Subject: [PATCH] try to fix build bustage on solaris

---
 mailnews/compose/src/nsSmtpProtocol.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mailnews/compose/src/nsSmtpProtocol.cpp b/mailnews/compose/src/nsSmtpProtocol.cpp
index 807cd9d97ed29..a9df5364abe24 100644
--- a/mailnews/compose/src/nsSmtpProtocol.cpp
+++ b/mailnews/compose/src/nsSmtpProtocol.cpp
@@ -510,7 +510,7 @@ PRInt32 nsSmtpProtocol::SmtpResponse(nsIInputStream * inputStream, PRUint32 leng
   if (m_responseCode == 220)
   { // fisrt time we connect to the server; check for the greeting if it is a
     // ESMTP server set capability accordingly
-      if (m_responseText && nsCRT::strlen(m_responseText))
+      if (nsCRT::strlen(m_responseText))
       {
           if (TestFlag(nsISmtpServer::cap_undefined) && m_runningURL)
           {
-- 
GitLab