use safer port numbers

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39461 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2016-03-05 16:13:44 +00:00
parent 86e8a7b27d
commit 6468dcfd1a
15 changed files with 141 additions and 138 deletions

View file

@ -2,8 +2,8 @@
#if GNUSTEP
#define PORT_LISTEN 54321
#define LOCATION200 @"http://localhost:54321/200"
#define PORT_LISTEN 1234
#define LOCATION200 @"http://localhost:1234/200"
@interface StatusServer : NSObject
{