X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;ds=inline;f=server%2Fstatserv.c;h=876328e3696b5c60f648061b45d364c515ee1c3d;hb=a7b235097c10590dde6dfa1859590d4c4e930366;hp=5ac15e9138b5f59e761ac5cb4d788e53996e48ec;hpb=832b2543074a15413097abfc0d9b7aca2c301b68;p=yaz-moved-to-github.git diff --git a/server/statserv.c b/server/statserv.c index 5ac15e9..876328e 100644 --- a/server/statserv.c +++ b/server/statserv.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: statserv.c,v $ - * Revision 1.22 1995-06-15 07:45:17 quinn + * Revision 1.23 1995-06-15 12:30:48 quinn + * Setuid-facility. + * + * Revision 1.22 1995/06/15 07:45:17 quinn * Moving to v3. * * Revision 1.21 1995/06/06 08:15:40 quinn @@ -110,7 +113,7 @@ static statserv_options_block control_block = { LOG_DEFAULT_LEVEL, /* log level */ "", /* no PDUs */ "", /* diagnostic output to stderr */ - "tcp:localhost:9999", /* default listener port */ + "tcp:@:9999", /* default listener port */ PROTO_Z3950, /* application protocol */ 60, /* idle timeout (minutes) */ 1024*1024*4, /* maximum PDU size (approx.) to allow */