Colin Ian King d3cc547d9c esp6: remove redundant initialization of esph
The pointer esph is being initialized with a value that is never
read and then being updated.  Remove the redundant initialization
and move the declaration and initializtion of esph to the local
code block.

Cleans up clang warning:
net/ipv6/esp6.c:562:21: warning: Value stored to 'esph' during its
initialization is never read

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
2017-10-23 11:05:20 +02:00
..
2017-09-19 16:32:23 -07:00
2017-09-08 16:09:04 -07:00
2017-09-19 16:32:23 -07:00
2017-09-01 18:35:23 -07:00
2017-09-19 16:32:23 -07:00
2017-09-08 16:07:17 -07:00