File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
* Copyright (c) 2003-2005, PostgreSQL Global Development Group
17
17
*
18
18
* IDENTIFICATION
19
- * $PostgreSQL: pgsql/src/port/getaddrinfo.c,v 1.19 2005/08/25 17:51:01 tgl Exp $
19
+ * $PostgreSQL: pgsql/src/port/getaddrinfo.c,v 1.20 2005/10/13 23:22:11 momjian Exp $
20
20
*
21
21
*-------------------------------------------------------------------------
22
22
*/
@@ -68,7 +68,7 @@ static bool
68
68
haveNativeWindowsIPv6routines (void )
69
69
{
70
70
void * hLibrary = NULL ;
71
- static bool alreadyLookedForIpv6routines = FALSE ;
71
+ static bool alreadyLookedForIpv6routines = false ;
72
72
73
73
if (alreadyLookedForIpv6routines )
74
74
return (getaddrinfo_ptr != NULL );
@@ -126,7 +126,7 @@ haveNativeWindowsIPv6routines(void)
126
126
}
127
127
}
128
128
129
- alreadyLookedForIpv6routines = TRUE ;
129
+ alreadyLookedForIpv6routines = true ;
130
130
return (getaddrinfo_ptr != NULL );
131
131
}
132
132
You can’t perform that action at this time.
0 commit comments