From f34124a50b4b8c753eea20005aab75605b15e870 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 30 Aug 2011 21:29:19 +0200 Subject: rtsp_client: move "new_kd" out of the loop This must persist iterations. --- src/rtsp_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rtsp_client.c') diff --git a/src/rtsp_client.c b/src/rtsp_client.c index d7db0501d..d85a7632d 100644 --- a/src/rtsp_client.c +++ b/src/rtsp_client.c @@ -437,9 +437,9 @@ exec_request(struct rtspcl_data *rtspcld, const char *cmd, return false; } + struct key_data *new_kd = NULL; i = 0; while (read_line(rtspcld->fd, line, sizeof(line), timeout, 0) > 0) { - struct key_data *new_kd = NULL; timeout = 1000; // once it started, it shouldn't take a long time if (i && line[0] == ' ') { for (j = 0; j < strlen(line); j++) if (line[j] != ' ') break; -- cgit v1.2.3