mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-26 03:00:13 +01:00
core: don't pass NULL for "%s" format to g_message
Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
5f017e96b3
commit
714f50dafc
1 changed files with 1 additions and 1 deletions
|
|
@ -945,7 +945,7 @@ nm_ip4_config_dump (const NMIP4Config *config, const char *detail)
|
|||
g_message (" nis: %s", nm_utils_inet4_ntop (tmp, NULL));
|
||||
}
|
||||
|
||||
g_message (" nisdmn: %s", nm_ip4_config_get_nis_domain (config));
|
||||
g_message (" nisdmn: %s", str_if_set (nm_ip4_config_get_nis_domain (config), "(none)"));
|
||||
|
||||
/* WINS */
|
||||
for (i = 0; i < nm_ip4_config_get_num_wins (config); i++) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue