Commit 87bc7007 authored by Rafaël Carré's avatar Rafaël Carré

power management inhibit: uninhibit only once

parent 21aa24f6
...@@ -212,6 +212,7 @@ static int UnInhibit( intf_thread_t *p_intf ) ...@@ -212,6 +212,7 @@ static int UnInhibit( intf_thread_t *p_intf )
dbus_message_unref( p_msg ); dbus_message_unref( p_msg );
p_intf->p_sys->i_cookie = 0;
return VLC_TRUE; return VLC_TRUE;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment