Skip to content

Commit 50ffe6a

Browse files
AZero13millert
authored andcommitted
Remove unused value rc in sudo_python_module
1 parent f34cab1 commit 50ffe6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/python/sudo_python_module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ python_sudo_conversation(PyObject *Py_UNUSED(self), PyObject *py_args, PyObject
365365
int rc = py_sudo_conv((int)num_msgs, msgs, replies, &callback);
366366
if (rc != 0) {
367367
PyErr_Format(sudo_exc_ConversationInterrupted,
368-
"%s: conversation was interrupted", __func__, rc);
368+
"%s: conversation was interrupted", __func__);
369369
goto cleanup;
370370
}
371371

0 commit comments

Comments
 (0)