From 408445cc49f360b979266ea93cf3bcb25a50a8e4 Mon Sep 17 00:00:00 2001 From: guest Date: Mon, 29 Sep 2008 17:27:17 +0000 Subject: fixed crash introtuced in last commit git-svn-id: http://manut.eu/svn/yalp/trunk@7 f059d3a0-6783-47b7-97ff-1fe0bbf25129 --- src/YalpServer/ServerControlImpl.java | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/YalpServer/ServerControlImpl.java') diff --git a/src/YalpServer/ServerControlImpl.java b/src/YalpServer/ServerControlImpl.java index 3947cdd..44984c7 100755 --- a/src/YalpServer/ServerControlImpl.java +++ b/src/YalpServer/ServerControlImpl.java @@ -186,7 +186,14 @@ public ServerControlImpl() { logger.debug("control()"); YalpError error = new YalpError(); error.code = YalpErrorCode.OK; - err = new YalpErrorHolder(error); + error.descr = "streaming ;-)"; + error.msg = "nice isn't it"; + error.level = YalpErrorLevel.ERROR_LEVEL_INFO; + err.value = error; + + Output out = new Output(); + out = ctlOutput.value; + ctlOutput.value = out; } /* -- cgit v1.2.3