--- loncom/lonmaxima 2006/05/10 02:21:19 1.21 +++ loncom/lonmaxima 2006/12/19 17:44:16 1.22 @@ -3,7 +3,7 @@ # The LearningOnline Network with CAPA # Connect to MAXIMA CAS # -# $Id: lonmaxima,v 1.21 2006/05/10 02:21:19 www Exp $ +# $Id: lonmaxima,v 1.22 2006/12/19 17:44:16 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -253,7 +253,7 @@ sub make_new_child { for (my $i=0; $i < $MAX_CLIENTS_PER_CHILD; $i++) { &status('Accepting connections'); my $client = $server->accept() or last; - print $command "kill(all);reset();\n"; + print $command "kill(all);\n"; &getmaximaoutput($command); &sync($command); while (my $cmd=<$client>) {