]> git.ipfire.org Git - thirdparty/hostap.git/commit
hostapd: Use helper function to avoid duplicate deinit calls
authorJouni Malinen <j@w1.fi>
Sat, 31 May 2014 12:57:36 +0000 (15:57 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 31 May 2014 12:57:36 +0000 (15:57 +0300)
commit438e13339d99aa9d6ce282ee4d81a2b4b2e86f9b
tree4c1a361971853e06448575a594568e89432a88c6
parentac1a2240922f0815533855c72d2c252223785897
hostapd: Use helper function to avoid duplicate deinit calls

These three calls were used already in three different paths. Use a
helper function to avoid adding even more copies of this.

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