Use "localhost" as fallback for g_get_host_name(), not "unknown".

2005-08-11  Tor Lillqvist  <tml@novell.com>

	* glib/gutils.c (g_get_any_init): Use "localhost" as fallback for
	g_get_host_name(), not "unknown".
This commit is contained in:
Tor Lillqvist
2005-08-10 21:13:29 +00:00
committed by Tor Lillqvist
parent 29e635059f
commit 535939a144
5 changed files with 23 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
2005-08-11 Tor Lillqvist <tml@novell.com>
* glib/gutils.c (g_get_any_init): Use "localhost" as fallback for
g_get_host_name(), not "unknown".
2005-08-10 Stepan Kasal <kasal@ucw.cz>
Fix typos: Invokation --> Invocation (in various places)