Skip to content

Commit

Permalink
Update irrsmo00.c
Browse files Browse the repository at this point in the history
try removing initialziation from req_handle

Signed-off-by: Elijah Swift <elijah.swift@ibm.com>
  • Loading branch information
ElijahSwiftIBM committed Feb 20, 2024
1 parent 2015cab commit 302a141
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyracf/common/irrsmo00.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ static PyObject *call_irrsmo00(PyObject *self, PyObject *args, PyObject *kwargs)
PyObject * full_result;
char work_area[1024];
char req_handle[64];
memset(req_handle, 0, 64);
running_userid_t running_userid_struct = {running_userid_length, {0}};
unsigned int alet = 0;
unsigned int acee = 0;
Expand Down

0 comments on commit 302a141

Please sign in to comment.