Commit 04db693e authored by Ralf S. Engelschall's avatar Ralf S. Engelschall Committed by Alexandre Julliard

Fix incorrect random multicast MAC address creation.

parent 10f1067e
......@@ -349,7 +349,7 @@ static RPC_STATUS RPC_UuidGetNodeAddress(BYTE *address)
address[i] = rand() & 0xff;
}
address[0] |= 0x80;
address[0] |= 0x01;
status = RPC_S_UUID_LOCAL_ONLY;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment