- Fix #949: "could not create control compt".

This commit is contained in:
W.C.A. Wijngaards 2023-10-11 11:59:26 +02:00
parent e98b89651e
commit d5954aff08
2 changed files with 6 additions and 0 deletions

View file

@ -2,6 +2,9 @@
- Fix #850: [FR] Ability to use specific database in Redis, with new
redis-logical-db configuration option.
11 October 2023: Wouter
- Fix #949: "could not create control compt".
10 October 2023: George
- Fix infinite loop when reading multiple lines of input on a broken
remote control socket. Addesses #947 and #948.

View file

@ -863,6 +863,9 @@ Result: ['74.125.43.147', '74.125.43.99', '74.125.43.103', '74.125.43.104']
%inline %{
//SWIG will see the ub_ctx as a class
struct ub_ctx {
/* Dummy member, so the struct is not empty, MSVC complains about
* that. */
int dummy;
};
%}