diff --git a/ChangeLog b/ChangeLog index d76241562..05942d10e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-03-15 Ray Strode + + * src/NetworkManager.c: + (sigterm_pipe_handler): + remove bogus FIXME + 2005-03-15 Ray Strode * src/NetworkManagerDbus.c: diff --git a/src/NetworkManager.c b/src/NetworkManager.c index 326666729..c5239577b 100644 --- a/src/NetworkManager.c +++ b/src/NetworkManager.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);