summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorColin Guthrie <cguthrie@mandriva.org>2009-09-18 09:18:04 +0100
committerColin Guthrie <cguthrie@mandriva.org>2009-09-18 09:18:13 +0100
commit0323e48fdc31925178ef375652660785328cb08f (patch)
tree2e28439e0ce7a1b6abfddc3a791efee7d602e145 /src
parentd6291511a25d29c51cc3b22b72b69426f68e461d (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.c2
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;
}