2005-07-29 Ray Strode <rstrode@redhat.com>
* src/NetworkManager.c (nm_info_handler): don't use input as format string (Spotted by Ian Jackson). git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@815 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
@@ -729,7 +729,7 @@ nm_info_handler (const gchar *log_domain,
|
||||
break;
|
||||
}
|
||||
|
||||
syslog (syslog_priority, message);
|
||||
syslog (syslog_priority, "%s", message);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Reference in New Issue
Block a user