1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Another typo fix. Thanks to Bejamin Pflugmann

This commit is contained in:
tonu@volk.internalnet
2001-11-05 09:33:05 +02:00
parent 2ea0320d25
commit c9c06f555d

View File

@@ -36,7 +36,7 @@
break; break;
case OPT_SSL_CAPATH: case OPT_SSL_CAPATH:
opt_use_ssl = 1; /* true */ opt_use_ssl = 1; /* true */
my_free(opt_ssl_ca, MYF(MY_ALLOW_ZERO_PTR)); my_free(opt_ssl_capath, MYF(MY_ALLOW_ZERO_PTR));
opt_ssl_capath = my_strdup(optarg, MYF(0)); opt_ssl_capath = my_strdup(optarg, MYF(0));
break; break;
case OPT_SSL_CIPHER: case OPT_SSL_CIPHER: