mirror of
				https://github.com/rofl0r/proxychains-ng.git
				synced 2025-11-04 00:56:03 +00:00 
			
		
		
		
	remove unnecessary sprintf call
This commit is contained in:
		@@ -122,8 +122,7 @@ int main(int argc, char *argv[]) {
 | 
			
		||||
			goto have;
 | 
			
		||||
 | 
			
		||||
		// priority 4: $INSTALL_PREFIX/etc/proxychains.conf
 | 
			
		||||
		snprintf(pbuf, sizeof(pbuf), "%s/etc/%s", INSTALL_PREFIX, PROXYCHAINS_CONF_FILE);
 | 
			
		||||
		path = pbuf;
 | 
			
		||||
		path = INSTALL_PREFIX "/etc/" PROXYCHAINS_CONF_FILE;
 | 
			
		||||
		if(check_path(path))
 | 
			
		||||
			goto have;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user