mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
Another typo fix. Thanks to Bejamin Pflugmann
This commit is contained in:
parent
72cd1ed4b6
commit
379f5734b0
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
break;
|
||||
case OPT_SSL_CAPATH:
|
||||
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));
|
||||
break;
|
||||
case OPT_SSL_CIPHER:
|
||||
|
|
Loading…
Reference in a new issue