From: Michael R Sweet Date: Thu, 22 Sep 2022 11:47:15 +0000 (-0400) Subject: Remove debug code for cert/key paths. X-Git-Tag: v2.4.3~121 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c1ce864b4817955bea8d7fd9205f4ace64c271d;p=thirdparty%2Fcups.git Remove debug code for cert/key paths. --- diff --git a/cups/tls-openssl.c b/cups/tls-openssl.c index c8d43d5ac3..0aa05f01a5 100644 --- a/cups/tls-openssl.c +++ b/cups/tls-openssl.c @@ -1606,12 +1606,8 @@ http_make_path( *bufend = buffer + bufsize - 1; // End of buffer -#if 0 snprintf(buffer, bufsize, "%s/", dirname); bufptr = buffer + strlen(buffer); -#else - bufptr = buffer; -#endif // 0 while (*filename && bufptr < bufend) {