diff options
author | Colin Guthrie <cguthrie@mandriva.org> | 2009-09-18 09:18:04 +0100 |
---|---|---|
committer | Colin Guthrie <cguthrie@mandriva.org> | 2009-09-18 09:18:04 +0100 |
commit | 4fbdd440fd1c837e272a875c8b1feafc3fe90fb5 (patch) | |
tree | 32b5c85c8bab4a5d0c75bef17075a90e08e0debd /src | |
parent | 20641a1235986c3091e22eb67d838aa713716b0a (diff) |
rtp: Remove 'fix me' comment after it was actually fixed in [56b6e1]
That's what you get for applying your stash without fully checking if anything else was committed in the mean time :p
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/rtp/rtsp_client.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/rtp/rtsp_client.c b/src/modules/rtp/rtsp_client.c index 88574143..59618064 100644 --- a/src/modules/rtp/rtsp_client.c +++ b/src/modules/rtp/rtsp_client.c @@ -446,8 +446,6 @@ static int rtsp_exec(pa_rtsp_client* c, const char* cmd, pa_ioline_puts(c->ioline, hdrs); pa_xfree(hdrs); - /* FIXME: this is broken, not necessarily all bytes are written */ - return 0; } |