Navigation Menu

Skip to content

Commit

Permalink
[sysinfo] Drop dashes new systeminfo introduces in UUIDs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernd Wachter committed Sep 3, 2013
1 parent dfd6824 commit fd7618a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libssu/ssudeviceinfo.cpp
Expand Up @@ -290,6 +290,7 @@ QString SsuDeviceInfo::deviceUid(){
// this might not be completely unique (or might change on reflash), but works for now
if (IMEI == ""){
IMEI = devInfo.uniqueDeviceID();
IMEI.replace("-", "");
}

return IMEI;
Expand Down

0 comments on commit fd7618a

Please sign in to comment.