summaryrefslogtreecommitdiffstats
path: root/src/fbgui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fbgui.cpp')
-rw-r--r--src/fbgui.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fbgui.cpp b/src/fbgui.cpp
index c0a8839..7c590c5 100644
--- a/src/fbgui.cpp
+++ b/src/fbgui.cpp
@@ -154,9 +154,8 @@ void fbgui::loadURL(){
QNetworkRequest req(baseURL);
QByteArray postData("mac=d8:d3:85:80:81:8b&hardwarehash=12341234123412341234123412341234&bootisoID=1&serial=");
- // serial number
- QByteArray serial;
// fetch serial number from usb rootfs
+ QByteArray serial;
QFile file(serialLocation);
if (!file.exists()){
qxtLog->debug() << "No such file: " << file.fileName();