added more server database fields

This commit is contained in:
Michiel Broek 2005-04-18 15:26:10 +00:00
parent 143a2eef17
commit e9f68bb221

View File

@ -508,7 +508,7 @@ void command_server(char *hostname, char *parameters)
hops = strtok(NULL, " \0");
id = strtok(NULL, " \0");
prod = strtok(NULL, " \0");
vers = strtok(NULL, "\0");
vers = strtok(NULL, " \0");
fullname = strtok(NULL, "\0");
ihops = atoi(hops) + 1;