• Dimitris Lampridis's avatar
    libipmi: bugfix for #952 · 0914937e
    Dimitris Lampridis authored
    When called more than once in a Python program ipmi_file_open function causes exception.
    
    To reproduce:
    ipmi_file_open
    ipmi_file_close
    ipmi_file_open -> exception
    
    The solution is to remove
    
    if (f)
       fclose(f);
    
    from ipmi_file_open function
    0914937e
Name
Last commit
Last update
common Loading commit data...
docs Loading commit data...
gnurabbit Loading commit data...
ply Loading commit data...
usbtmc Loading commit data...
.gitignore Loading commit data...
LICENSE Loading commit data...
README Loading commit data...
eof.py Loading commit data...
parse.py Loading commit data...
pts.py Loading commit data...
ptsdefault.cfg Loading commit data...
ptsexcept.py Loading commit data...