mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 05:54:26 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			425 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			425 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/svr-runopts.c
 | |
| +++ b/svr-runopts.c
 | |
| @@ -325,7 +325,7 @@ static void addportandaddress(char* spec
 | |
|  		myspec = m_strdup(spec);
 | |
|  
 | |
|  		/* search for ':', that separates address and port */
 | |
| -		svr_opts.ports[svr_opts.portcount] = strchr(myspec, ':');
 | |
| +		svr_opts.ports[svr_opts.portcount] = strrchr(myspec, ':');
 | |
|  
 | |
|  		if (svr_opts.ports[svr_opts.portcount] == NULL) {
 | |
|  			/* no ':' -> the whole string specifies just a port */
 |