We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 503d879 commit 05706f0Copy full SHA for 05706f0
OCSInventory Front/Deviceid.cpp
@@ -266,8 +266,8 @@ void CDeviceid::checkDeviceid()
266
// Get list of MC Addresses
267
csActualMac = getMacs();
268
269
- csFileHostname = csDeviceID.Left( csDeviceID.GetLength()-20);
270
- csFileDeviceID = csDeviceID;
+ csFileHostname = csDeviceID.Left( csDeviceID.GetLength()-20);
+ csFileDeviceID = csDeviceID;
271
272
// Compare reference to actual. There is changes if
273
// - Hostname has changed
0 commit comments