summaryrefslogtreecommitdiff
path: root/src/YalpServer/ServerControlImpl.java
diff options
context:
space:
mode:
authorguest <guest@f059d3a0-6783-47b7-97ff-1fe0bbf25129>2008-09-29 17:27:17 +0000
committerguest <guest@f059d3a0-6783-47b7-97ff-1fe0bbf25129>2008-09-29 17:27:17 +0000
commit408445cc49f360b979266ea93cf3bcb25a50a8e4 (patch)
treef04ddd775d23205e603f552693e448600b9b937d /src/YalpServer/ServerControlImpl.java
parent1124d590a9db28e5a4088f8e84557469e7ee4bb2 (diff)
fixed crash introtuced in last commit
git-svn-id: http://manut.eu/svn/yalp/trunk@7 f059d3a0-6783-47b7-97ff-1fe0bbf25129
Diffstat (limited to 'src/YalpServer/ServerControlImpl.java')
-rwxr-xr-xsrc/YalpServer/ServerControlImpl.java9
1 files changed, 8 insertions, 1 deletions
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;
}
/*