about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--nis/nss_nis/nis-netgrp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nis/nss_nis/nis-netgrp.c b/nis/nss_nis/nis-netgrp.c
index e39c282b8b..3dda44ae92 100644
--- a/nis/nss_nis/nis-netgrp.c
+++ b/nis/nss_nis/nis-netgrp.c
@@ -34,9 +34,9 @@
 /* Locks the static variables in this file.  */
 __libc_lock_define_initialized (static, lock)
 
-static char *data = NULL;
-static size_t data_size = 0;
-static char *cursor = NULL;;
+static char *data;
+static size_t data_size;
+static char *cursor;
 
 extern enum nss_status
 _nss_netgroup_parseline (char **cursor, struct __netgrent *result,