From: Art Cancro Date: Fri, 1 Jul 2022 16:30:10 +0000 (-0400) Subject: I can't see the screen with my sunglasses on X-Git-Tag: v958~65 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=1efb9fb0f5b86fbc4caba80735540fa78c1bff41 I can't see the screen with my sunglasses on --- diff --git a/citadel/utils/auth.c b/citadel/utils/auth.c index a474f1d00..05914eb3c 100644 --- a/citadel/utils/auth.c +++ b/citadel/utils/auth.c @@ -4,7 +4,6 @@ // // This program is open source software. Use, duplication, or disclosure // is subject to the terms of the GNU General Public License, version 3. -// The program is distributed without any warranty, expressed or implied. #if defined(__linux) || defined(__sun) // needed for crypt(): #define _XOPEN_SOURCE diff --git a/citadel/utils/chkpw.c b/citadel/utils/chkpw.c index 54289257e..620613b23 100644 --- a/citadel/utils/chkpw.c +++ b/citadel/utils/chkpw.c @@ -2,7 +2,6 @@ // // This program is open source software. Use, duplication, or disclosure // is subject to the terms of the GNU General Public License, version 3. -// The program is distributed without any warranty, expressed or implied. #include #include diff --git a/citadel/utils/chkpwd.c b/citadel/utils/chkpwd.c index 2a9c2395f..70baf53e7 100644 --- a/citadel/utils/chkpwd.c +++ b/citadel/utils/chkpwd.c @@ -4,7 +4,6 @@ // // This program is open source software. Use, duplication, or disclosure // is subject to the terms of the GNU General Public License, version 3. -// The program is distributed without any warranty, expressed or implied. #include #include diff --git a/citadel/utils/citmail.c b/citadel/utils/citmail.c index aef2589dd..b611766e6 100644 --- a/citadel/utils/citmail.c +++ b/citadel/utils/citmail.c @@ -7,7 +7,6 @@ // // This program is open source software. Use, duplication, or disclosure // is subject to the terms of the GNU General Public License, version 3. -// The program is distributed without any warranty, expressed or implied. #include #include diff --git a/citadel/utils/ctdlmigrate.c b/citadel/utils/ctdlmigrate.c index 87ce92ffd..19539ba37 100644 --- a/citadel/utils/ctdlmigrate.c +++ b/citadel/utils/ctdlmigrate.c @@ -4,7 +4,6 @@ // // This program is open source software. Use, duplication, or disclosure // is subject to the terms of the GNU General Public License, version 3. -// The program is distributed without any warranty, expressed or implied. #include #include @@ -101,7 +100,8 @@ static int tcp_connectsock(char *host, char *service) { if (rc == 1) { // dotted quad hints.ai_family = AF_INET; hints.ai_flags |= AI_NUMERICHOST; - } else { + } + else { rc = inet_pton(AF_INET6, host, &serveraddr); if (rc == 1) { // IPv6 address hints.ai_family = AF_INET6; diff --git a/citadel/utils/sendcommand.c b/citadel/utils/sendcommand.c index e2a3a29c1..e38b9db2c 100644 --- a/citadel/utils/sendcommand.c +++ b/citadel/utils/sendcommand.c @@ -4,7 +4,6 @@ // // This program is open source software. Use, duplication, or disclosure // is subject to the terms of the GNU General Public License, version 3. -// The program is distributed without any warranty, expressed or implied. #include #include diff --git a/citadel/utils/setup.c b/citadel/utils/setup.c index 0ca8914cb..b36da8979 100644 --- a/citadel/utils/setup.c +++ b/citadel/utils/setup.c @@ -4,7 +4,6 @@ // // This program is open source software. Use, duplication, or disclosure // is subject to the terms of the GNU General Public License, version 3. -// The program is distributed without any warranty, expressed or implied. #define SHOW_ME_VAPPEND_PRINTF #include