Changeset a51d024 in rtems


Ignore:
Timestamp:
10/11/04 15:04:06 (19 years ago)
Author:
Eric Norum <WENorum@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
5fb56e6
Parents:
29322a8d
Message:

Add line suggested by "Eugene Denisov" <dea@…>.
Prevents lockup at initialization.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/libchip/network/if_fxp.c

    r29322a8d ra51d024  
    16911691         * Cancel any pending I/O
    16921692         */
     1693        /*
     1694         * E. Norum 2004-10-11
     1695         * Add line suggested by "Eugene Denisov" <dea@sendmail.ru>.
     1696         * Prevents lockup at initialization.
     1697         */
     1698        sc->stat_ch = fxp_timeout_stopped;
    16931699        fxp_stop(sc);
    16941700
Note: See TracChangeset for help on using the changeset viewer.