]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/blobdiff - src/misc-progs/rebuildhosts.c
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-2.x
[people/mfischer/ipfire-2.x.git] / src / misc-progs / rebuildhosts.c
index 549c6533f1e2d67170231a4c6494350fa2af09b8..7c9eedbd0c1fd200f93520ad02f67237d3a32765 100644 (file)
@@ -4,7 +4,7 @@
  * Licence.  See the file COPYING for details.
  *
  * (c) Alan Hourihane, 2003
- * 
+ *
  *
  * $Id: rebuildhosts.c,v 1.3.2.6 2005/07/11 10:56:47 franck78 Exp $
  *
@@ -62,7 +62,7 @@ int main(int argc, char *argv[])
                fprintf(stderr, "Couldn't read main settings\n");
                exit(1);
        }
-       strcpy(hostname, SNAME ); 
+       strcpy(hostname, SNAME );
        findkey(kv, "HOSTNAME", hostname);
        findkey(kv, "DOMAINNAME", domainname);
        freekeyvalues(kv);