]> git.ipfire.org Git - thirdparty/hostap.git/commit
Remove a static analyzer warning about unused variable write
authorJouni Malinen <j@w1.fi>
Sun, 2 Mar 2014 14:16:48 +0000 (16:16 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 2 Mar 2014 15:15:12 +0000 (17:15 +0200)
commite997bc75dd58adee7b1ff9598e2ac994d4c0d31a
treea9cf0738960480d6516f07d362534990c4f9e532
parentea3b8c1d2df1e768ebc67ae9236f13e1fb0b595f
Remove a static analyzer warning about unused variable write

The pos variable was not used between its first and second assignment.
Clean this up by using the pos variables instead of the buf (start of
the buffer).

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