Branch: Tag:

1999-05-23

1999-05-23 20:00:49 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed typo.

Rev: server/base_server/roxen.pike:1.285

1:   /* -  * $Id: roxen.pike,v 1.284 1999/05/21 14:20:35 grubba Exp $ +  * $Id: roxen.pike,v 1.285 1999/05/23 20:00:49 grubba Exp $    *    * The Roxen Challenger main program.    *
7:    */      // ABS and suicide systems contributed freely by Francesco Chemolli - constant cvs_version="$Id: roxen.pike,v 1.284 1999/05/21 14:20:35 grubba Exp $"; + constant cvs_version="$Id: roxen.pike,v 1.285 1999/05/23 20:00:49 grubba Exp $";      object backend_thread;   object argcache;
3367:    if (sizeof(configuration_ports)) {    // This case happens when you delete the main config port,    // but still have others left. -  main_configuration_port = values(configurations_ports)[0]; +  main_configuration_port = values(configuration_ports)[0];    } else {    report_error(LOCALE->no_config_port());    if(first)