mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-03 07:00:13 +01:00
parent
5eea9be983
commit
0e1fb1dbd2
1 changed files with 1 additions and 0 deletions
|
|
@ -195,6 +195,7 @@ _set_client_id (NMDhcpClient *self, GBytes *client_id, gboolean take)
|
|||
|
||||
if ( priv->client_id == client_id
|
||||
|| ( priv->client_id
|
||||
&& client_id
|
||||
&& g_bytes_equal (priv->client_id, client_id))) {
|
||||
if (take && client_id)
|
||||
g_bytes_unref (client_id);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue