Branch: Tag:

2000-09-09

2000-09-09 04:06:06 by Andreas Lange <andreas@lange.cx>

Set ids

Rev: server/base_server/roxen.pike:1.544
Rev: server/config_interface/standard/sites/add_module.pike:1.41
Rev: server/config_interface/standard/sites/site_templates/common.pike:1.15

4:   // Per Hedbor, Henrik Grubbström, Pontus Hagland, David Hedbor and others.      // ABS and suicide systems contributed freely by Francesco Chemolli - constant cvs_version="$Id: roxen.pike,v 1.543 2000/09/09 03:26:12 lange Exp $"; + constant cvs_version="$Id: roxen.pike,v 1.544 2000/09/09 04:06:06 lange Exp $";      // Used when running threaded to find out which thread is the backend thread,   // for debug purposes only.
1568:       array res = gethostbyname( what );    if( !res || !sizeof( res[1] ) ) -  report_error(LOC_M(0, "Cannot possibly bind to %O, that host is " +  report_error(LOC_M(46, "Cannot possibly bind to %O, that host is "    "unknown. Substituting with ANY")+"\n", what);    else    return Array.uniq(res[1]);