fix linux

This commit is contained in:
John Smith 2024-07-21 21:34:34 -04:00 committed by Christien Rioux
parent 2ec843cd17
commit 09bda21ee6

View File

@ -317,7 +317,7 @@ impl PlatformSupportNetlink {
let (connection, handle, _) = new_connection_with_socket::<RTNetLinkSocket>()?;
// Spawn a connection handler
let connection_jh = spawn(connection);
let connection_jh = spawn("rtnetlink connection", connection);
// Save the connection
self.connection_jh = Some(connection_jh);