mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-08 11:50:22 +01:00
parent
56e79a4e07
commit
eb8257dea5
1 changed files with 1 additions and 1 deletions
|
|
@ -6591,7 +6591,7 @@ dhcp4_get_client_id (NMDevice *self, NMConnection *connection)
|
|||
|
||||
client_id_buf = g_malloc (1 + 15);
|
||||
client_id_buf[0] = 0;
|
||||
memcpy (&client_id_buf[0], buf, 15);
|
||||
memcpy (&client_id_buf[1], buf, 15);
|
||||
return g_bytes_new_take (client_id_buf, 1 + 15);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue