summaryrefslogtreecommitdiff
path: root/protocols/VKontakte/src/misc.cpp
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2015-09-04 18:33:37 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2015-09-04 18:33:37 +0000
commit418e6b608238cd18ed0cc208ed2cd53e2a70777e (patch)
tree9d35b66c112e75a92dfea1e38a53573e38b4009c /protocols/VKontakte/src/misc.cpp
parent483df39f979b5876371e34891cb6e538daf1fbbb (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.cpp1
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: