ftpd: Fix RETR for small and empty files
This commit was merged in pull request #307.
This commit is contained in:
@@ -998,7 +998,9 @@ cmdRETR:
|
||||
cmp eax, -1
|
||||
je .cannot_open ; FIXME: this is not the correct error
|
||||
|
||||
push eax
|
||||
invoke con_write_asciiz, str2
|
||||
pop eax
|
||||
|
||||
push eax ebx
|
||||
mov esi, eax
|
||||
|
||||
Reference in New Issue
Block a user