Merged from DEVEL to main. Two TCP fixes and two NULL reference fixes.

This commit is contained in:
likewise
2004-01-20 13:23:52 +00:00
parent eed8ea5bc1
commit 1b96391cdf
6 changed files with 26 additions and 32 deletions

View File

@@ -502,10 +502,6 @@ a lot of data that needs to be copied, this should be set high. */
#define DBG_TYPES_ON 0
#endif
#ifndef DEMO_DEBUG
#define DEMO_DEBUG DBG_OFF
#endif
#ifndef ETHARP_DEBUG
#define ETHARP_DEBUG DBG_OFF
#endif