• Max Kellermann's avatar
    lib/nfs/Connection: fix reconnect after mount failure · 02563a35
    Max Kellermann authored
    When mounting had not yet finished, SocketMonitor::IsDefined() was
    always false, due to the workaround at the beginning of the function
    that calls SocketMonitor::Steal().  This commit drops the IsDefined()
    check because it was never necessary and breaks reconnect.
    02563a35
Connection.cxx 13 KB