mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 13:20:08 +01:00
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:
parent
76ef803caf
commit
f99d12e461
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
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).
|
||||
|
||||
2005-07-27 Dan Williams <dcbw@redhat.com>
|
||||
|
||||
* src/nm-dbus-nm.c
|
||||
|
|
|
|||
|
|
@ -729,7 +729,7 @@ nm_info_handler (const gchar *log_domain,
|
|||
break;
|
||||
}
|
||||
|
||||
syslog (syslog_priority, message);
|
||||
syslog (syslog_priority, "%s", message);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue