mirror of
https://github.com/saltbo/zpan.git
synced 2026-09-19 10:01:12 +08:00
isAria2RPCDisconnected called err.Error() unconditionally, so a nil error panicked (nil pointer deref). findSeed reaches it with a nil error whenever tellStatus succeeds but the status isn't a seed — which crashed the downloader at startup while restoring a retained seed from the ledger. Guard nil -> false.