rtp-server: remove redefined variable
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Mon, 19 Feb 2018 10:57:29 +0000 (11:57 +0100)
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Mon, 19 Feb 2018 11:00:58 +0000 (12:00 +0100)
commitb7e819821184d5a07f5f52514a2fa8b36fb48ed7
tree3491e1d510e89ce5a8b36d26e8995dbcf83a20bc
parent14c511ae6274a02d5613a525e6af01466cbf67fe
rtp-server: remove redefined variable

res is a boolean variable which is defined in the function scope and
redefined, with no reason, in the loop scope. This patch removes the
redefinition.

https://bugzilla.gnome.org/show_bug.cgi?id=793592
gst/rtsp-server/rtsp-onvif-media.c