Skip to content

Commit 7d0822d

Browse files
committed
Revert error and exec in fetch
1 parent f8dc43a commit 7d0822d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/confluent_kafka/src/Admin.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5082,7 +5082,7 @@ static void Admin_background_event_cb (rd_kafka_t *rk, rd_kafka_event_t *rkev,
50825082
PyObject *trace = NULL;
50835083

50845084
/* Fetch (and clear) currently raised exception */
5085-
cfl_exception_fetch(&exctype, &exc, &trace);
5085+
cfl_exception_fetch(&exctype, &error, &trace);
50865086
Py_XDECREF(trace);
50875087
}
50885088

0 commit comments

Comments
 (0)