about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-12-10 10:56:19 +0000
committerUlrich Drepper <drepper@redhat.com>2004-12-10 10:56:19 +0000
commit410b1071776143947bf671f33545c12c6e89dcc0 (patch)
tree73f8995ea201e47c3ae21292b1024a6007386ee9
parentcd8ea5d2a527a74d96d6033b8976f46422e089bd (diff)
downloadglibc-410b1071776143947bf671f33545c12c6e89dcc0.tar.gz
glibc-410b1071776143947bf671f33545c12c6e89dcc0.tar.xz
glibc-410b1071776143947bf671f33545c12c6e89dcc0.zip
Add check if the value is not an empty string. [BZ #597]
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 03288a0f71..a38c1d3381 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
 2004-12-08  Thorsten Kukuk  <kukuk@suse.de>
 
 	* nis/nss_nisplus/nisplus-netgrp.c (_nss_nisplus_getnetgrent_r):
-	Add check if the value is not an empty string.  [BZ #305]
+	Add check if the value is not an empty string.  [BZ #597]
 
 2004-11-29  Jakub Jelinek  <jakub@redhat.com>