summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-04-24 13:04:49 +0000
committerUlrich Drepper <drepper@redhat.com>1998-04-24 13:04:49 +0000
commitd1e9545ef41fc6e78d6295ebe464b5b0aba492b8 (patch)
tree09868eda21ddc58cdb3e8c0475fa0103b623a2c4
parent30373ded4fbf06812db7cc26fa087b8dfd3bbb9e (diff)
Update.
* inet/rcmd.c (iruserok): Initialize hostf variable to NULL. 1998-04-24 Ulrich Drepper <drepper@cygnus.com>
-rw-r--r--ChangeLog4
-rw-r--r--iconvdata/.cvsignore80
-rw-r--r--inet/rcmd.c2
3 files changed, 5 insertions, 81 deletions
diff --git a/ChangeLog b/ChangeLog
index f511746e69..5df5f278e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
1998-04-24 Ulrich Drepper <drepper@cygnus.com>
+ * inet/rcmd.c (iruserok): Initialize hostf variable to NULL.
+
+1998-04-24 Ulrich Drepper <drepper@cygnus.com>
+
* iconvdata/Makefile: Put generated headers in build directory.
1998-04-23 22:43 Ulrich Drepper <drepper@cygnus.com>
diff --git a/iconvdata/.cvsignore b/iconvdata/.cvsignore
deleted file mode 100644
index 91c8c8cae7..0000000000
--- a/iconvdata/.cvsignore
+++ /dev/null
@@ -1,80 +0,0 @@
-cp1250.h
-cp1251.h
-cp1252.h
-cp1253.h
-cp1254.h
-cp1255.h
-cp1256.h
-cp1257.h
-ebcdic-at-de-a.h
-ebcdic-at-de.h
-ebcdic-ca-fr.h
-ebcdic-dk-no-a.h
-ebcdic-dk-no.h
-ebcdic-es-a.h
-ebcdic-es-s.h
-ebcdic-es.h
-ebcdic-fi-se-a.h
-ebcdic-fi-se.h
-ebcdic-fr.h
-ebcdic-is-friss.h
-ebcdic-it.h
-ebcdic-pt.h
-ebcdic-uk.h
-ebcdic-us.h
-hp-roman8.h
-ibm037.h
-ibm038.h
-ibm1004.h
-ibm1026.h
-ibm1047.h
-ibm256.h
-ibm273.h
-ibm274.h
-ibm275.h
-ibm277.h
-ibm278.h
-ibm280.h
-ibm281.h
-ibm284.h
-ibm285.h
-ibm290.h
-ibm297.h
-ibm420.h
-ibm423.h
-ibm424.h
-ibm437.h
-ibm500.h
-ibm850.h
-ibm851.h
-ibm852.h
-ibm855.h
-ibm857.h
-ibm860.h
-ibm861.h
-ibm862.h
-ibm863.h
-ibm864.h
-ibm865.h
-ibm868.h
-ibm869.h
-ibm870.h
-ibm871.h
-ibm875.h
-ibm880.h
-ibm891.h
-ibm903.h
-ibm904.h
-ibm905.h
-ibm912.h
-ibm918.h
-iso8859-10.h
-iso8859-2.h
-iso8859-3.h
-iso8859-4.h
-iso8859-5.h
-iso8859-6.h
-iso8859-7.h
-iso8859-8.h
-iso8859-9.h
-koi-8.h
diff --git a/inet/rcmd.c b/inet/rcmd.c
index 05bd1d5e8b..a8a6bc451b 100644
--- a/inet/rcmd.c
+++ b/inet/rcmd.c
@@ -345,7 +345,7 @@ iruserok (raddr, superuser, ruser, luser)
int superuser;
const char *ruser, *luser;
{
- FILE *hostf;
+ FILE *hostf = NULL;
int isbad;
if (!superuser)