]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - nss/nss_files/files-key.c
(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
[thirdparty/glibc.git] / nss / nss_files / files-key.c
index 5c7ad0999a536c6415d8140e8ac2abaede2d14f3..f00fc1cfe9a1d322f63ed3dafcefba30128f5cd7 100644 (file)
@@ -1,5 +1,5 @@
 /* Public key file parser in nss_files module.
-   Copyright (C) 1996, 1997, 1998, 2006 Free Software Foundation, Inc.
+   Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -78,7 +78,6 @@ search (const char *netname, char *result, int *errnop, int secret)
        p = __strtok_r (NULL, ":\n", &save_ptr);
       if (p == NULL)  /* malformed line? */
        continue;
-      fclose (stream);
       strcpy (result, p);
       return NSS_STATUS_SUCCESS;
     }