]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Remove debug code for cert/key paths.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Thu, 22 Sep 2022 11:47:15 +0000 (07:47 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Thu, 22 Sep 2022 11:47:15 +0000 (07:47 -0400)
cups/tls-openssl.c

index c8d43d5ac31027f37c13621d2e868bbfe8996811..0aa05f01a55388869ad34aed4a296b3bef417ee5 100644 (file)
@@ -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)
   {