mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
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:
parent
86e8a7b27d
commit
6468dcfd1a
15 changed files with 141 additions and 138 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue