From d871bb95ef2ad505d6f447d6c826ae6bd2c300de Mon Sep 17 00:00:00 2001 From: piaip Date: Fri, 8 Aug 2014 05:04:45 +0000 Subject: Use default server address. git-svn-id: http://opensvn.csie.org/pttbbs/trunk@6050 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- pttbbs/daemon/postd/rebuild.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.3