Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4012 → Rev 4013

/programs/network/zeroconf/zeroconf.asm
363,6 → 363,8
 
DEBUGF 2, "Setting IP using DHCP\n"
 
mov [notify_struct.msg], str_connected
mcall 70, notify_struct
call dhcp_end
 
mov ebx, API_IPv4 + 3
629,6 → 631,15
 
rb 10
 
notify_struct:
dd 7 ; run application
dd 0
.msg dd 0
dd 0
dd 0
db '/sys/@notify', 0
 
str_connected db 'You are now connected to the network.', 0
path db '/sys/network.ini',0
 
IM_END: