From 3ff3f4ac3542073b0343e7ce0c5af322ca01da85 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Sun, 10 Nov 2002 22:07:48 +0000 Subject: Fix for hostname -s, by Stephan Linz --- networking/hostname.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'networking/hostname.c') diff --git a/networking/hostname.c b/networking/hostname.c index b2c3fef89..f7c9fc426 100644 --- a/networking/hostname.c +++ b/networking/hostname.c @@ -1,6 +1,6 @@ /* vi: set sw=4 ts=4: */ /* - * $Id: hostname.c,v 1.33 2002/10/18 22:13:23 andersen Exp $ + * $Id: hostname.c,v 1.34 2002/11/10 22:07:48 bug1 Exp $ * Mini hostname implementation for busybox * * Copyright (C) 1999 by Randolph Chung @@ -104,7 +104,7 @@ int hostname_main(int argc, char **argv) if (p != NULL) { *p = 0; } - puts(buf); + puts(hp->h_name); } else if (type == 'd') { if (p) puts(p + 1); } else if (type == 'i') { -- cgit v1.2.3