diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-12-10 10:56:19 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-12-10 10:56:19 +0000 |
commit | 410b1071776143947bf671f33545c12c6e89dcc0 (patch) | |
tree | 73f8995ea201e47c3ae21292b1024a6007386ee9 | |
parent | [BZ #305] (diff) | |
download | glibc-410b1071776143947bf671f33545c12c6e89dcc0.tar.gz glibc-410b1071776143947bf671f33545c12c6e89dcc0.tar.bz2 glibc-410b1071776143947bf671f33545c12c6e89dcc0.zip |
Add check if the value is not an empty string. [BZ #597]
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |