fix bug reported by ShadowM where was not "unlistening" after dhcp failure

git-svn-id: http://svn.code.sf.net/p/netboot65/code@178 93682198-c243-4bdb-bd91-e943c89aac3b
This commit is contained in:
jonnosan 2009-08-17 09:52:58 +00:00
parent 0a2982105b
commit 982f1dab30

View File

@ -206,6 +206,7 @@ dhcp_init:
@too_many_messages_sent:
lda #NB65_ERROR_TIMEOUT_ON_RECEIVE
sta ip65_error
jsr @bound ;to remove the listener ( thanks to ShadowM for bug report)
sec ;signal an error
rts