Skip to content

Commit

Permalink
remove the return code to fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
asakapab0i committed Dec 28, 2023
1 parent d61b563 commit 4cea203
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/rlm_python3/rlm_python3.c
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,6 @@ static int mod_populate_vptuple(PyObject *pPair, VALUE_PAIR *vp, bool utf8_fail_
return -1;
}
}
return -1;
}

PyTuple_SET_ITEM(pPair, 1, pStr);
Expand Down

0 comments on commit 4cea203

Please sign in to comment.