* inet/rcmd.c (iruserok): Initialize hostf variable to NULL.

1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
This commit is contained in:
Ulrich Drepper 1998-04-24 13:04:49 +00:00
parent 30373ded4f
commit d1e9545ef4
3 changed files with 5 additions and 81 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -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

View File

@ -345,7 +345,7 @@ iruserok (raddr, superuser, ruser, luser)
int superuser;
const char *ruser, *luser;
{
FILE *hostf;
FILE *hostf = NULL;
int isbad;
if (!superuser)