]> git.ipfire.org Git - thirdparty/hostap.git/commit
Rename a function argument to avoid shadowing a variable in global scope
authorJouni Malinen <j@w1.fi>
Sat, 12 Nov 2016 17:26:47 +0000 (19:26 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 12 Nov 2016 17:26:47 +0000 (19:26 +0200)
commitfde3a531321e7fdd51a3b4893c38ed78a0c2f69f
tree0dd0298cb68346bd03612cfd123af9feeb634daa
parent96a5b809582f608d4f6b38e87933156305da35d0
Rename a function argument to avoid shadowing a variable in global scope

Do not use optarg as a function argument since a variable with that name
is in the global scope.

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