--------------------------------------------------------------------------------
Commit by lmb on Fri Feb 8 04:41:29 PST 2002 of files:
failsafe/FailSafe/cluster_services/cmd/cli/clusters clusterAddMachine.c
clusterQuery.c clusterRemoveMachine.c
Update of /oss/CVS/cvs/failsafe/FailSafe/cluster_services/cmd/cli/clusters
In directory oss.sgi.com:/tmp/cvs-serv30134/cluster_services/cmd/cli/clusters
Modified Files:
clusterAddMachine.c clusterQuery.c clusterRemoveMachine.c
Log Message:
Fixes for a few cases where command line tools might segfault if a parameter
wasn't passed to them. (atoi was called without checking whether the argument
might be NULL)
|