mirror of
https://github.com/transmission/transmission
synced 2025-03-03 10:15:45 +00:00
fix hibernation bug reported by tonfa
This commit is contained in:
parent
ebc3deeec8
commit
1526065c3f
1 changed files with 0 additions and 1 deletions
|
@ -1016,7 +1016,6 @@ tr_core_set_hibernation_allowed( TrCore * core, gboolean allowed )
|
|||
if( !allowed && !core->priv->have_inhibit_cookie )
|
||||
{
|
||||
core->priv->have_inhibit_cookie = gtr_inhibit_hibernation( &core->priv->inhibit_cookie );
|
||||
core->priv->have_inhibit_cookie = TRUE;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue