forked from KolibriOS/kolibrios
Fixed includes for FTPS
git-svn-id: svn://kolibrios.org@2850 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
dcc40f38fe
commit
23ad5dd136
@ -20,7 +20,7 @@ use32
|
|||||||
dd 0x16FFF0 ; esp = 0x16FFF0
|
dd 0x16FFF0 ; esp = 0x16FFF0
|
||||||
dd 0, 0 ; no params, no path
|
dd 0, 0 ; no params, no path
|
||||||
|
|
||||||
include 'macros.inc'
|
include '../../../macros.inc'
|
||||||
; Various states of client connection
|
; Various states of client connection
|
||||||
USER_NONE equ 0 ; Awaiting a connection
|
USER_NONE equ 0 ; Awaiting a connection
|
||||||
USER_CONNECTED equ 1 ; User just connected, prompt given
|
USER_CONNECTED equ 1 ; User just connected, prompt given
|
||||||
|
Loading…
Reference in New Issue
Block a user