# HG changeset patch # User rbultje # Date 1236309153 0 # Node ID 5910b77d9502f7ffca68f799ff0a8b6b30bf14d2 # Parent 478a7c56266a9a35624ae80b477a1a89f10c7df3 Oops, very silly typo. diff -r 478a7c56266a -r 5910b77d9502 rtsp.c --- a/rtsp.c Fri Mar 06 01:31:10 2009 +0000 +++ b/rtsp.c Fri Mar 06 03:12:33 2009 +0000 @@ -827,7 +827,7 @@ #endif url_write(rt->rtsp_hd, buf, strlen(buf)); - rtsp_read_reply(rt, reply, content_ptr); + rtsp_read_reply(s, reply, content_ptr); }