Ummm, try to get it right this time
This commit is contained in:
parent
10b214c2fd
commit
88f115b0d4
|
@ -2713,7 +2713,7 @@ socket_inet_aton(PyObject *self, PyObject *args)
|
|||
|
||||
/* Have to use inet_addr() instead */
|
||||
char *ip_addr;
|
||||
#if HAVE_INET_ATON
|
||||
#ifdef HAVE_INET_ATON
|
||||
struct in_addr buf;
|
||||
|
||||
if (!PyArg_ParseTuple(args, "s:inet_aton", &ip_addr)) {
|
||||
|
|
Loading…
Reference in New Issue