forked from KolibriOS/kolibrios
Bugfix in telnet when connection cannot be made (net branch)
git-svn-id: svn://kolibrios.org@2543 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
405c94f794
commit
087ba52a9f
@ -182,10 +182,10 @@ mainloop:
|
|||||||
|
|
||||||
fail:
|
fail:
|
||||||
push str5
|
push str5
|
||||||
jmp @b
|
jmp main
|
||||||
fail2:
|
fail2:
|
||||||
push str6
|
push str6
|
||||||
jmp @b
|
jmp main
|
||||||
|
|
||||||
done:
|
done:
|
||||||
push 1
|
push 1
|
||||||
|
Loading…
Reference in New Issue
Block a user