ValdikSS / openvpn-radiusplugin

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

fix several clang static analyzer findings #7

Closed chipitsine closed 2 years 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; ^ ~