# HG changeset patch
# User morphbr
# Date 1180639631 -3600
# Node ID c172f357679062490a28d970d8bfce2fe34b0572
# Parent  88e33b3b7bd4cc39138473485d0bf2cd461e81c7
[svn r738] * GMyth-Streamer
		- Serve Status bug fix

diff -r 88e33b3b7bd4 -r c172f3576790 gmyth-stream/server/0.3/lib/request_handler.py
--- a/gmyth-stream/server/0.3/lib/request_handler.py	Thu May 31 20:13:33 2007 +0100
+++ b/gmyth-stream/server/0.3/lib/request_handler.py	Thu May 31 20:27:11 2007 +0100
@@ -201,14 +201,13 @@
         self.send_header('Connection', 'close')
         self.end_headers()
         stopone = ""
+        running = ""
+        stopall = ""
 
         if body:
-            running = ""
             tl = self.server.get_transcoders()
             if not tl and not self.query.get("tid", None):
                 running = "<p>No running transcoder.</p>\n"
-                stopall = ""
-                stopone = ""
 
             elif self.query.get("tid", None) and not tl:
                 tids = self.query.get("tid")