(debug_tcpport): Changed from 1 to 0; don't print debugging messages.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1386 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-04-16 23:28:35 +00:00
parent 704892af05
commit cbcb4e387b

View file

@ -53,7 +53,7 @@
Just define it to use GCC's builtin memset(). */
#define bzero(PTR, LEN) memset (PTR, 0, LEN)
static int debug_tcp_port = 1;
static int debug_tcp_port = 0;
/* Private interfaces */