Initialize err in tcp_slowtmr to prevent compiler warning.

This commit is contained in:
kieranm 2002-11-13 21:54:22 +00:00
parent f975754ad9
commit 4b9e035a9f

View File

@ -454,6 +454,8 @@ tcp_slowtmr(void)
u8_t pcb_remove; /* flag if a PCB should be removed */
err_t err;
err = ERR_OK;
++tcp_ticks;
/* Steps through all of the active PCBs. */