Skip to content
  • Philip Withnall's avatar
    gsocks5proxy: Fix error reporting in authentication · 0f98b2f4
    Philip Withnall authored
    set_auth_msg() was returning FALSE to indicate error, but all its
    callers were expecting a negative return value to indicate error. This
    was causing memory leaks for the GError, and errors to not be reported.
    
    Coverity CID: 1325357
    0f98b2f4