ifnet: fix some builddir != srcdir issues in testcases

This commit is contained in:
Dan Williams
2012-11-21 11:42:06 -06:00
parent e98d1869eb
commit faf0f5daa1
5 changed files with 67 additions and 57 deletions

View File

@@ -253,7 +253,7 @@ read_hostname (const char *path)
}
gboolean
write_hostname (const gchar *hostname, const char *path)
write_hostname (const char *path, const gchar *hostname)
{
gboolean result;
char *contents;