summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFrançois Andriot <[email protected]>2018-07-18 18:52:50 +0900
committerMichele Calgaro <[email protected]>2018-07-18 18:52:50 +0900
commitc7f43fb0176cfe2b631c78fca24d905a0b3ce265 (patch)
tree4b196018cc4957169cd38962bd8345b0c9e001ae /src
parent13eccac9981a3455e5990edbc3d3579cd83f1f1d (diff)
downloadsmartcardauth-c7f43fb0176cfe2b631c78fca24d905a0b3ce265.tar.gz
smartcardauth-c7f43fb0176cfe2b631c78fca24d905a0b3ce265.zip
Fixed failed rpmlint check on opensuse Leap 15.0r14.0.5
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/smartauthmon.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/smartauthmon.cpp b/src/smartauthmon.cpp
index b83c402..ea49442 100644
--- a/src/smartauthmon.cpp
+++ b/src/smartauthmon.cpp
@@ -228,6 +228,8 @@ TQString get_file(TQString prefix, TQString mode) {
usleep(100000); // [FIXME] Here I assume that the entire file will be written (after it was created) within 100us. This may not be correct in all cases!
return TQString("3F00_%1").arg(file);
}
+
+ return TQString("");
}
void createfile(TQString prefix, TQString mode)