wmifinfo: bump to version 0.9.
This commit is contained in:
		
							parent
							
								
									c2861235bc
								
							
						
					
					
						commit
						8d7e817de2
					
				
					 3 changed files with 8 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -49,3 +49,9 @@
 | 
			
		|||
 | 
			
		||||
	- 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
 | 
			
		||||
 | 
			
		||||
NAME=wmifinfo
 | 
			
		||||
VERSION=0.08
 | 
			
		||||
VERSION=0.09
 | 
			
		||||
 | 
			
		||||
CC = gcc
 | 
			
		||||
LD = gcc
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -743,8 +743,7 @@ void getifnames(void)
 | 
			
		|||
 | 
			
		||||
	for(i=0; i<ifaces; i++) {
 | 
			
		||||
		if(strcasecmp(ifname[i], startif) == 0) {
 | 
			
		||||
			printf("whop\n");
 | 
			
		||||
			ifno = ifaces;
 | 
			
		||||
			ifno = i;
 | 
			
		||||
			startif[0] = 0;
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue