mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
(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:
parent
704892af05
commit
cbcb4e387b
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue