[Commits] r516 - trunk/daemon/src
new-commit at lists.openvcp.org
new-commit at lists.openvcp.org
Tue Jan 15 15:39:49 UTC 2008
Author: ftx
Date: 2008-01-15 15:39:49 +0000 (Tue, 15 Jan 2008)
New Revision: 516
Modified:
trunk/daemon/src/set.c
Log:
fixes order of fqdn and hostname
Modified: trunk/daemon/src/set.c
===================================================================
--- trunk/daemon/src/set.c 2008-01-12 20:22:16 UTC (rev 515)
+++ trunk/daemon/src/set.c 2008-01-15 15:39:49 UTC (rev 516)
@@ -1076,7 +1076,7 @@
if(i != len)
{
- hosts = concat(ip, "\t", subhostname, "\t", hostname,"\tlocalhost\n", NULL);
+ hosts = concat(ip, "\t", hostname, "\t", subhostname,"\tlocalhost\n", NULL);
}
else
{
More information about the Commits
mailing list