mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-02 13:30:13 +01:00
2005-03-15 Ray Strode <rstrode@redhat.com>
* src/NetworkManager.c: (sigterm_pipe_handler): remove bogus FIXME git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@500 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
3e34da5beb
commit
a750e3c2aa
2 changed files with 6 additions and 6 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2005-03-15 Ray Strode <rstrode@redhat.com>
|
||||
|
||||
* src/NetworkManager.c:
|
||||
(sigterm_pipe_handler):
|
||||
remove bogus FIXME
|
||||
|
||||
2005-03-15 Ray Strode <rstrode@redhat.com>
|
||||
|
||||
* src/NetworkManagerDbus.c:
|
||||
|
|
|
|||
|
|
@ -526,12 +526,6 @@ static gboolean sigterm_pipe_handler (GIOChannel *src, GIOCondition condition, g
|
|||
{
|
||||
NMData *data = user_data;
|
||||
|
||||
/* FIXME: These lines are definitely not great
|
||||
* things to have in a signal handler
|
||||
*
|
||||
* The fix is to have a pipe that non-signal handling
|
||||
* code can watch and respond to.
|
||||
*/
|
||||
nm_info ("Caught terminiation signal");
|
||||
if (data->active_device)
|
||||
nm_device_deactivate (data->active_device, FALSE);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue