diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-02-01 08:53:29 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-02-01 08:53:29 +0000 |
commit | 856d9bbc0f0e12c3801b8607dad1c2003c339240 (patch) | |
tree | 0eb1316cfb14fa7baf870edbc2b34a10261b6029 /inet | |
parent | 457f0e82a381a2ab110ad1558059aac87fb492af (diff) | |
download | glibc-856d9bbc0f0e12c3801b8607dad1c2003c339240.tar.gz glibc-856d9bbc0f0e12c3801b8607dad1c2003c339240.tar.xz glibc-856d9bbc0f0e12c3801b8607dad1c2003c339240.zip |
Updated to fedora-glibc-20060201T0846
Diffstat (limited to 'inet')
-rw-r--r-- | inet/rcmd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/inet/rcmd.c b/inet/rcmd.c index da6c070764..341304acd5 100644 --- a/inet/rcmd.c +++ b/inet/rcmd.c @@ -477,7 +477,6 @@ iruserfopen (const char *file, uid_t okuser) /* If not a regular file, if owned by someone other than user or root, if writeable by anyone but the owner, or if hardlinked anywhere, quit. */ - cp = NULL; if (__lxstat64 (_STAT_VER, file, &st)) cp = _("lstat failed"); else if (!S_ISREG (st.st_mode)) |