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:
Ray Strode
2005-03-15 18:11:29 +00:00
parent 3e34da5beb
commit a750e3c2aa
2 changed files with 6 additions and 6 deletions

View File

@@ -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);