rtp: Remove 'fix me' comment after it was actually fixed in [56b6e1]
authorColin Guthrie <cguthrie@mandriva.org>
Fri, 18 Sep 2009 08:18:04 +0000 (09:18 +0100)
committerColin Guthrie <cguthrie@mandriva.org>
Fri, 18 Sep 2009 08:18:13 +0000 (09:18 +0100)
That's what you get for applying your stash without fully checking if anything else was committed in the mean time :p

src/modules/rtp/rtsp_client.c

index 8857414..5961806 100644 (file)
@@ -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;
 }