Commit 112b7f9
committed
PS-9609 postfix: audit_log_filter can't be installed when server is using component_keyring_kmip
https://perconadev.atlassian.net/browse/PS-9609
Fixed problem with passing a 'std::string' via va_args into printf-like
function that expects 'const char *`.
error: cannot pass object of non-trivial type 'basic_string<char, char_traits<char>, Malloc_allocator<char>>' through variadic method; call will abort at runtime [-Wnon-pod-varargs]1 parent 24b80f0 commit 112b7f9
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
175 | | - | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
176 | 178 | | |
177 | 179 | | |
178 | 180 | | |
| |||
0 commit comments