summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2014-08-08 13:04:45 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2014-08-08 13:04:45 +0800
commitd871bb95ef2ad505d6f447d6c826ae6bd2c300de (patch)
tree80ee06b5dbda3c08d2597b176d1919b1b02ef0b5
parentb19807d0d856b14b947361168d3094df7b1ab7e5 (diff)
downloadpttbbs-d871bb95ef2ad505d6f447d6c826ae6bd2c300de.tar
pttbbs-d871bb95ef2ad505d6f447d6c826ae6bd2c300de.tar.gz
pttbbs-d871bb95ef2ad505d6f447d6c826ae6bd2c300de.tar.bz2
pttbbs-d871bb95ef2ad505d6f447d6c826ae6bd2c300de.tar.lz
pttbbs-d871bb95ef2ad505d6f447d6c826ae6bd2c300de.tar.xz
pttbbs-d871bb95ef2ad505d6f447d6c826ae6bd2c300de.tar.zst
pttbbs-d871bb95ef2ad505d6f447d6c826ae6bd2c300de.zip
Use default server address.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@6050 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/daemon/postd/rebuild.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pttbbs/daemon/postd/rebuild.c b/pttbbs/daemon/postd/rebuild.c
index d7e9d461..3efc1d21 100644
--- a/pttbbs/daemon/postd/rebuild.c
+++ b/pttbbs/daemon/postd/rebuild.c
@@ -2,7 +2,7 @@
#include "bbs.h"
#include "daemons.h"
-const char *server_addr = "127.0.0.1" POSTD_ADDR;
+const char *server_addr = POSTD_ADDR;
int PostAddRecord(const char *board, const fileheader_t *fhdr, const char *fpath)
{