| Summary: | Build issue: smartcard auth fails rpmlint check on opensuse Leap 15.0 | ||
|---|---|---|---|
| Product: | TDE | Reporter: | Francois Andriot <albator78> |
| Component: | non-core programs | Assignee: | Francois Andriot <albator78> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | albator78, bugwatch, michele.calgaro |
| Priority: | P5 | ||
| Version: | R14.0.x [Trinity] | ||
| Hardware: | Other | ||
| OS: | Linux | ||
| Compiler Version: | TDE Version String: | ||
| Application Version: | Application Name: | ||
| Bug Depends on: | |||
| Bug Blocks: | 2696 | ||
| Attachments: | smartcardauth: fix missing return value | ||
|
Description
Francois Andriot
2018-07-15 14:23:12 CDT
Created attachment 2882 [details]
smartcardauth: fix missing return value
Attached patch allows rpmlint to pass without error.
Francois,
in the current R14.0.x branch, at lines 228-229 there are the following statements:
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);
So I see a return statement there.
Why are you seeing a different code (no return)?
Sorry, ignore my previous comment. I got mixed up with parenthesis :-( Pushed to R14.0.x in commit c7f43fb. Thanks. |