]> code.delx.au - pulseaudio/commitdiff
rtp-recv: remove unused variable assignment
authorMarc-André Lureau <marc-andre.lureau@nokia.com>
Tue, 17 Feb 2009 20:06:25 +0000 (22:06 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 19 Feb 2009 03:55:01 +0000 (04:55 +0100)
src/modules/rtp/module-rtp-recv.c

index 063ba7254ad8f1a34562e6d7b5ea1792e5f63d99..0d86459e99600dd42050c28d169059c6d1bc2e0d 100644 (file)
@@ -562,7 +562,7 @@ static void sap_event_cb(pa_mainloop_api *m, pa_io_event *e, int fd, pa_io_event
     } else {
 
         if (!(s = pa_hashmap_get(u->by_origin, info.origin))) {
-            if (!(s = session_new(u, &info)))
+            if (!session_new(u, &info))
                 pa_sdp_info_destroy(&info);
 
         } else {