Skip to content

Commit

Permalink
libsmartctl: downcase lu_wwn_device_id key
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan Liu committed May 17, 2018
1 parent 414d578 commit 8de0847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsmartctl_ata.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ static void get_drive_info(std::map<std::string, std::string> &results,
uint64_t unique_id = 0;
int naa = ata_get_wwn(drive, oui, unique_id);
if (naa >= 0) {
results["LU_WWN_device_id"] =
results["lu_wwn_device_id"] =
strprintf("%x %06x %09" PRIx64, naa, oui, unique_id);
}
}
Expand Down

0 comments on commit 8de0847

Please sign in to comment.