mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
disconnect this callback on error
2001-09-16 Havoc Pennington <hp@pobox.com> * src/session.c (process_ice_messages): disconnect this callback on error
This commit is contained in:

committed by
Havoc Pennington

parent
7be4c63ee4
commit
ecf75915c7
@ -77,8 +77,10 @@ process_ice_messages (GIOChannel *channel,
|
||||
/* We were disconnected */
|
||||
IceSetShutdownNegotiation (connection, False);
|
||||
IceCloseConnection (connection);
|
||||
}
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user