diff options
Diffstat (limited to 'net/cdp.c')
| -rw-r--r-- | net/cdp.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -235,7 +235,7 @@ CDPTimeout(void)  	if (!CDPOK)  		NetStartAgain();  	else -		NetState = NETLOOP_SUCCESS; +		net_set_state(NETLOOP_SUCCESS);  }  static void |