wmifinfo: bump to version 0.9.

This commit is contained in:
Doug Torrance 2014-07-28 22:51:01 -05:00 committed by Carlos R. Mafra
parent c2861235bc
commit 8d7e817de2
3 changed files with 8 additions and 3 deletions

View file

@ -49,3 +49,9 @@
- Bugfix from Hugo Haas that fixes NWN link quality - Bugfix from Hugo Haas that fixes NWN link quality
0.09 Bugfix
- the '-i' flag (initial interface) was broken. Thanks to Rod van
Meter.

View file

@ -9,7 +9,7 @@ ENABLE_NWN_SUPPORT=n
# Nothing to configure under here # Nothing to configure under here
NAME=wmifinfo NAME=wmifinfo
VERSION=0.08 VERSION=0.09
CC = gcc CC = gcc
LD = gcc LD = gcc

View file

@ -743,8 +743,7 @@ void getifnames(void)
for(i=0; i<ifaces; i++) { for(i=0; i<ifaces; i++) {
if(strcasecmp(ifname[i], startif) == 0) { if(strcasecmp(ifname[i], startif) == 0) {
printf("whop\n"); ifno = i;
ifno = ifaces;
startif[0] = 0; startif[0] = 0;
} }
} }