You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
382 B

  1. --- a/sslh-main.c
  2. +++ b/sslh-main.c
  3. @@ -167,7 +167,7 @@ void cmd_ssl_to_tls(int argc, char* argv[])
  4. strcpy(argv[i], "--tls");
  5. /* foreground option not parsed yet, syslog not open, just print on
  6. * stderr and hope for the best */
  7. - fprintf(stderr, ssl_err_msg);
  8. + fprintf(stderr, "%s", ssl_err_msg);
  9. }
  10. }
  11. }