Warning fixes

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2833 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams
2007-09-20 12:03:30 +00:00
parent 3f19c07885
commit d24485c553
8 changed files with 4 additions and 14 deletions

View File

@@ -689,8 +689,6 @@ nm_netlink_monitor_event_handler (GIOChannel *channel,
RTA_OK (attribute, num_attribute_bytes_to_process);
attribute = RTA_NEXT (attribute, num_attribute_bytes_to_process))
{
int data_len = RTA_PAYLOAD (attribute);
if (attribute->rta_type == IFLA_IFNAME) {
if (interface_info->ifi_flags & IFF_RUNNING) {
g_signal_emit (G_OBJECT (monitor),