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