]> git.sesse.net Git - vlc/commitdiff
Another forgotten file
authorRémi Denis-Courmont <rem@videolan.org>
Sun, 22 May 2005 11:24:52 +0000 (11:24 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sun, 22 May 2005 11:24:52 +0000 (11:24 +0000)
modules/access_output/udp.c

index cde2e600dadf99db771856b66ef05f188e6f0ff9..6f372cf959b7c6587cf75e815784b18b02333cc9 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * udp.c
  *****************************************************************************
- * Copyright (C) 2001, 2002 VideoLAN
+ * Copyright (C) 2001-2005 VideoLAN
  * $Id$
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
@@ -239,7 +239,6 @@ static int Open( vlc_object_t *p_this )
     p_sys->p_thread->b_error= 0;
     p_sys->p_thread->p_fifo = block_FifoNew( p_access );
 
-    socket_desc.i_type = NETWORK_UDP;
     socket_desc.psz_server_addr = psz_dst_addr;
     socket_desc.i_server_port   = i_dst_port;
     socket_desc.psz_bind_addr   = "";