rtsp: document that rtsp_exec() needs fixing (llvm-clang-analyzer)
authorLennart Poettering <lennart@poettering.net>
Tue, 8 Sep 2009 21:49:10 +0000 (23:49 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 8 Sep 2009 21:49:10 +0000 (23:49 +0200)
src/modules/rtp/rtsp_client.c

index ba657f7..915c107 100644 (file)
@@ -456,6 +456,8 @@ static int rtsp_exec(pa_rtsp_client* c, const char* cmd,
     l = pa_iochannel_write(c->io, hdrs, strlen(hdrs));
     pa_xfree(hdrs);
 
+    /* FIXME: this is broken, not necessarily all bytes are written */
+
     return 0;
 }