--- jlscp/trunk/src/org/linuxsampler/lscp/Client.java 2011/08/16 14:52:34 2241 +++ jlscp/trunk/src/org/linuxsampler/lscp/Client.java 2011/08/17 09:06:46 2242 @@ -3512,7 +3512,7 @@ private synchronized SamplerEngine getEngineInfo(String engineName) throws IOException, LscpException, LSException { SamplerEngine se = engineMap.get(engineName); - if(se != null) return null; + if(se != null) return se; se = new SamplerEngine(); if(!retrieveInfo("GET ENGINE INFO " + engineName, se)) return null;