EAP-AKA: Remove unnecessary dead increment
authorJouni Malinen <j@w1.fi>
Sun, 29 Jun 2014 22:47:44 +0000 (01:47 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 2 Jul 2014 09:38:48 +0000 (12:38 +0300)
commit28bfa291170edfbd7cf24a616eebbf8b5b52e319
treea4a82f9d96d1979ed75855d1872410699c97932d
parent62493dff1bbddcf96b5f15d4b57caa972a4842b2
EAP-AKA: Remove unnecessary dead increment

The pos pointer is not used after this now nor in future plans, so no
need to increment the value. This remove a static analyzer warning about
dead increment.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/eap_peer/eap_aka.c