Skip to content
  • Bastien Nocera's avatar
    Fix incorrect error checking · 1f4c12b3
    Bastien Nocera authored and Zeeshan Ali Khan's avatar Zeeshan Ali Khan committed
    Instead of checking for whether the error got set, check for a
    NULL retval instead. This avoids the application crashing later
    on if a particular call errors out but doesn't set the error.
    1f4c12b3