Skip to content
  • Marcin Siodelski's avatar
    [master] Include socket descriptor equal 0 as a valid one. · 12164374
    Marcin Siodelski authored
    The socket function returns socket descriptor on success and value of -1
    on error. This implies that 0 is a valid socket descriptor and the unit
    test which verifies it should treat 0 as success. Previous version of
    IfaceMgr unit test expected positive result.
    12164374