mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 10:08:56 +01:00 
			
		
		
		
	Handle EAI_NODATA==EAI_NONAME in win32 SDK
This commit is contained in:
		@@ -636,7 +636,9 @@ g_resolver_error_from_addrinfo_error (gint err)
 | 
			
		||||
  switch (err)
 | 
			
		||||
    {
 | 
			
		||||
    case EAI_FAIL:
 | 
			
		||||
#ifndef G_OS_WIN32 /* defined as NONAME claiming it is removed from rfc2553bis  */
 | 
			
		||||
    case EAI_NODATA:
 | 
			
		||||
#endif
 | 
			
		||||
    case EAI_NONAME:
 | 
			
		||||
      return G_RESOLVER_ERROR_NOT_FOUND;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user