]> git.sesse.net Git - vlc/blobdiff - modules/control/telnet.c
For consistency, remove references to vlc from libvlc
[vlc] / modules / control / telnet.c
index ce0f45c250115e2b6e4732a3af0fbd19e9f98d80..9bf7278b4058bacfb0b5590313b6cc6b37221146 100644 (file)
@@ -435,7 +435,7 @@ static void Run( intf_thread_t *p_intf )
                 else if( !strncmp( cl->buffer_read, "shutdown", 8 ) )
                 {
                     msg_Err( p_intf, "shutdown requested" );
-                    p_intf->p_vlc->b_die = VLC_TRUE;
+                    p_intf->p_libvlc->b_die = VLC_TRUE;
                 }
                 else
                 {