wmifinfo: bump to version 0.9.
This commit is contained in:
parent
c2861235bc
commit
8d7e817de2
|
@ -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.
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue