134135136137138139140141142143144
advertiser.connect(null, null); try { advertiser.registerService(serviceInfo); } catch(ECFRuntimeException e) { advertiser.disconnect(); return; } fail("Register should have failed without a host key given."); }