ftpd: Fix typo
This commit is contained in:
@@ -342,7 +342,7 @@ align 4
|
|||||||
cmdABOR:
|
cmdABOR:
|
||||||
|
|
||||||
or [ebp + thread_data.permissions], ABORT
|
or [ebp + thread_data.permissions], ABORT
|
||||||
sendFTP "250 Command succesul"
|
sendFTP "250 Command succesful"
|
||||||
ret
|
ret
|
||||||
|
|
||||||
;------------------------------------------------
|
;------------------------------------------------
|
||||||
@@ -383,7 +383,7 @@ cmdCDUP:
|
|||||||
invoke con_write_asciiz, eax
|
invoke con_write_asciiz, eax
|
||||||
invoke con_write_asciiz, str_newline
|
invoke con_write_asciiz, str_newline
|
||||||
|
|
||||||
sendFTP "250 Command succesul"
|
sendFTP "250 Command succesful"
|
||||||
ret
|
ret
|
||||||
|
|
||||||
;------------------------------------------------
|
;------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user