AmendHub

Download:

jcs

/

subtext

/

amendments

/

273

folder: Fix variable name in previous


jcs made amendment 273 about 1 year ago
--- folder.c Mon Nov 7 11:54:18 2022 +++ folder.c Mon Nov 7 12:04:11 2022 @@ -393,7 +393,7 @@ folder_upload(struct session *s, struct folder *folder session_flush(s); session_logf(s, "[%s] Receiving uploaded file to %s", folder->name, upload_path); - while (!session->ending) { + while (!s->ending) { if (ZHaveTimedOut(zs)) { ZTimeOutProc(zs); session_logf(s, "[%s] Transfer timed out, canceling",