about summary refs log tree commit diff
path: root/nis
diff options
context:
space:
mode:
Diffstat (limited to 'nis')
-rw-r--r--nis/nss_nisplus/nisplus-ethers.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/nis/nss_nisplus/nisplus-ethers.c b/nis/nss_nisplus/nisplus-ethers.c
index 50f032a289..ddf6f7f128 100644
--- a/nis/nss_nisplus/nisplus-ethers.c
+++ b/nis/nss_nisplus/nisplus-ethers.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1997, 1998 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997.
 
@@ -293,7 +293,6 @@ _nss_nisplus_getntohost_r (const struct ether_addr *addr,
       nis_result *result;
       char buf[255 + tablename_len];
 
-      memset (&buf, '\0', sizeof (buf));
       sprintf (buf, "[addr=%x:%x:%x:%x:%x:%x],ethers.org_dir",
 	       addr->ether_addr_octet[0], addr->ether_addr_octet[1],
 	       addr->ether_addr_octet[2], addr->ether_addr_octet[3],