I’m going to go out on a limb and take a guess that you also assigned an imageID and told the system to image after registration was complete?
There is/was a known bug with this and I’ve fixed it in SVN.
To fix this in the meantime, you’ll likely need to remove it manually from the database.
Something like:
[code]delete from hosts where hostID=‘0’;[/code]