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:13 +0100 |
commit | 0323e48fdc31925178ef375652660785328cb08f (patch) | |
tree | 2e28439e0ce7a1b6abfddc3a791efee7d602e145 | |
parent | d6291511a25d29c51cc3b22b72b69426f68e461d (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
-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; } |