ValdikSS / openvpn-radiusplugin

Radiusplugin with various patches and fixes
GNU General Public License v2.0
43 stars 41 forks source link

fix several clang static analyzer findings #7

Closed chipitsine closed 1 year ago

chipitsine commented 7 years ago

UserAcct.cpp:694:5: warning: Value stored to 'k' is never read k=0; ^ ~ UserAcct.cpp:836:5: warning: Value stored to 'k' is never read k=0; ^ ~ UserAcct.cpp:1000:5: warning: Value stored to 'k' is never read k=0; ^ ~ UserAcct.cpp:1141:5: warning: Value stored to 'k' is never read k=0; ^ ~