Since there remains one and only one discovery handle, make it unconditionally the one, need to define a way to default a command, this one trips me up frequently

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@494 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2008-02-16 01:42:15 +00:00
parent a227c6eb35
commit d449c7972e

View File

@ -79,7 +79,8 @@ sub gethosttag {
sub handled_commands {
return {
discovered => 'chain:ondiscover',
#discovered => 'chain:ondiscover',
discovered => 'nodediscover',
};
}
sub process_request {