
PROBLEM: (81393, 92603) (PATCH ID: OSF520-569)
********
Under certain circumstances, you may have seen the following confusing message
on your console terminal:
  DELETE_COMMIT: Cannot fetch name.

This confusing message may be displayed when you use the hwmgr utility,
specifically the delete, redirect, or refresh command options.

The confusing console message is printed by the kernel code that maintains
the hardware name database.  This code was incorrectly checking if the
name of the hardware component was a NULL string without checking if the
name of the component was being passed.  It was modified to first check if
the name of the component was passed.  If no name is passed, this code will
now just return to the caller since there is nothing for it to do.



