summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qmail-remote.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/qmail-remote.c b/qmail-remote.c
index c2ab562..b5fd940 100644
--- a/qmail-remote.c
+++ b/qmail-remote.c
@@ -118,13 +118,13 @@ Sorry. Although I'm listed as a best-preference MX or A for that host,\n\
118it isn't in my control/locals file, so I don't treat it as local. (#5.4.6)\n"); 118it isn't in my control/locals file, so I don't treat it as local. (#5.4.6)\n");
119zerodie(); } 119zerodie(); }
120void auth_user_not_set() { 120void auth_user_not_set() {
121 if(!stralloc_copys(&auth_status, \ 121 //if(!stralloc_copys(&auth_status,
122 "User and password not set, continuing without authentication.\n")) 122 // "User and password not set, continuing without authentication.\n"))
123 temp_nomem(); 123 // temp_nomem();
124 if(!stralloc_0(&auth_status)) temp_nomem(); 124 if(!stralloc_0(&auth_status)) temp_nomem();
125} 125}
126void no_supported_auth() { 126void no_supported_auth() {
127 if(!stralloc_copys(&auth_status, \ 127 if(!stralloc_copys(&auth_status,
128 "No supported AUTH method found, continuing without authentication.\n")) 128 "No supported AUTH method found, continuing without authentication.\n"))
129 temp_nomem(); 129 temp_nomem();
130 if(!stralloc_0(&auth_status)) temp_nomem(); 130 if(!stralloc_0(&auth_status)) temp_nomem();