From: Wilfried Göesgens Date: Thu, 12 Jun 2008 19:12:08 +0000 (+0000) Subject: * incrase number of arguments. X-Git-Tag: v7.86~2157 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=5e86bb3e9984e4f6756ae038af89e705a4f1ca09 * incrase number of arguments. --- diff --git a/ctdlphp/ctdlprotocol.php b/ctdlphp/ctdlprotocol.php index 6ce5381dd..80b5a3219 100644 --- a/ctdlphp/ctdlprotocol.php +++ b/ctdlphp/ctdlprotocol.php @@ -372,7 +372,7 @@ function become_logged_in($server_parms) { function ctdl_get_serv_info() { serv_puts("INFO"); $reply = read_array(); - if ((count($reply) == 22) && + if ((count($reply) == 23) && substr($reply[0], 0, 1) == "1") { $server_info=array(); $server_info["serv_nodename"] = $reply[1];