diff options
author | thlo <t.lohmar@gmx.de> | 2012-12-30 22:13:32 +0100 |
---|---|---|
committer | thlo <t.lohmar@gmx.de> | 2012-12-30 22:13:32 +0100 |
commit | d7c09a665d2b5637e137f9dab3bf7ba372771845 (patch) | |
tree | c1e932ef296088043dd4e30766bc8ecfaaafae5f /vdr-smarttvweb | |
parent | 39e526255696a07159d25a7bcc4ce01e90e6b21b (diff) | |
download | vdr-plugin-smarttvweb-d7c09a665d2b5637e137f9dab3bf7ba372771845.tar.gz vdr-plugin-smarttvweb-d7c09a665d2b5637e137f9dab3bf7ba372771845.tar.bz2 |
Bug Fix.
Diffstat (limited to 'vdr-smarttvweb')
-rw-r--r-- | vdr-smarttvweb/httpresource.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vdr-smarttvweb/httpresource.c b/vdr-smarttvweb/httpresource.c index 653a2fa..629659d 100644 --- a/vdr-smarttvweb/httpresource.c +++ b/vdr-smarttvweb/httpresource.c @@ -142,7 +142,6 @@ int cHttpResource::checkStatus() { time_t now = time(NULL); switch (mConnState) { - case SERVING: case WAITING: case READHDR: case READPAYLOAD: @@ -157,6 +156,8 @@ int cHttpResource::checkStatus() { case TOCLOSE: return ERROR; break; + case SERVING: + break; } // check for how much time the |