diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2015-09-04 18:33:37 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2015-09-04 18:33:37 +0000 |
commit | 418e6b608238cd18ed0cc208ed2cd53e2a70777e (patch) | |
tree | 9d35b66c112e75a92dfea1e38a53573e38b4009c /protocols/VKontakte/src/misc.cpp | |
parent | 483df39f979b5876371e34891cb6e538daf1fbbb (diff) |
VKontakte:
- minor fixes for coverity
git-svn-id: http://svn.miranda-ng.org/main/trunk@15199 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/VKontakte/src/misc.cpp')
-rw-r--r-- | protocols/VKontakte/src/misc.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/VKontakte/src/misc.cpp b/protocols/VKontakte/src/misc.cpp index 48fcbd3530..5507ca4f90 100644 --- a/protocols/VKontakte/src/misc.cpp +++ b/protocols/VKontakte/src/misc.cpp @@ -351,6 +351,7 @@ bool CVkProto::CheckJsonResult(AsyncHttpRequest *pReq, const JSONNode &jnNode) break;
case VKERR_FLOOD_CONTROL:
pReq->m_iRetry = 0;
+ // fall through
case VKERR_UNKNOWN:
case VKERR_TOO_MANY_REQ_PER_SEC:
case VKERR_INTERNAL_SERVER_ERR:
|