mirror of
				https://github.com/python/cpython.git
				synced 2025-10-30 21:21:22 +00:00 
			
		
		
		
	Ummm, try to get it right this time
This commit is contained in:
		
							parent
							
								
									10b214c2fd
								
							
						
					
					
						commit
						88f115b0d4
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -2713,7 +2713,7 @@ socket_inet_aton(PyObject *self, PyObject *args) | ||||||
| 
 | 
 | ||||||
| 	/* Have to use inet_addr() instead */ | 	/* Have to use inet_addr() instead */ | ||||||
| 	char *ip_addr; | 	char *ip_addr; | ||||||
| #if HAVE_INET_ATON | #ifdef HAVE_INET_ATON | ||||||
| 	struct in_addr buf; | 	struct in_addr buf; | ||||||
| 
 | 
 | ||||||
| 	if (!PyArg_ParseTuple(args, "s:inet_aton", &ip_addr)) { | 	if (!PyArg_ParseTuple(args, "s:inet_aton", &ip_addr)) { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Neal Norwitz
						Neal Norwitz