Skip to content

Commit b7136d3

Browse files
committed
fix using resolved
1 parent e571062 commit b7136d3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

confluent_kafka/src/confluent_kafka.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1599,11 +1599,14 @@ rd_kafka_conf_t *common_conf_setup (rd_kafka_type_t ktype,
15991599
if ((vo = PyDict_GetItemString(confdict, "plugin.library.paths"))) {
16001600
/* Resolve plugin paths */
16011601
PyObject *resolved;
1602+
16021603
resolved = resolve_plugins(vo);
16031604
if (!resolved)
16041605
goto outer_err;
16051606

1606-
if (!common_conf_set_special(confdict, conf, "plugin.library.paths", vo)) {
1607+
if (!common_conf_set_special(confdict, conf,
1608+
"plugin.library.paths",
1609+
resolved)) {
16071610
Py_DECREF(resolved);
16081611
goto outer_err;
16091612
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy