summaryrefslogtreecommitdiffstats
path: root/src/modules/rtp/rtsp_client.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-09-08 23:49:10 +0200
committerLennart Poettering <lennart@poettering.net>2009-09-08 23:49:10 +0200
commitf3be47f1e03b5970281527d95c7ee26de2fc6dde (patch)
tree6f7085a6c526c26ec86d3e758874adf8cb28cfc4 /src/modules/rtp/rtsp_client.c
parent157ec797dd53e1fb3d14f44c991064b0a2dee8e2 (diff)
rtsp: document that rtsp_exec() needs fixing (llvm-clang-analyzer)
Diffstat (limited to 'src/modules/rtp/rtsp_client.c')
-rw-r--r--src/modules/rtp/rtsp_client.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/rtp/rtsp_client.c b/src/modules/rtp/rtsp_client.c
index ba657f74..915c1072 100644
--- a/src/modules/rtp/rtsp_client.c
+++ b/src/modules/rtp/rtsp_client.c
@@ -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;
}