1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-05 00:07:51 +02:00

Be careful to always return something.

This commit is contained in:
Jim Meyering
1996-02-13 05:28:38 +00:00
parent 0b2ebf9875
commit c4b593538b
+1 -3
View File
@@ -72,8 +72,6 @@ canon_host (host)
if (he)
return (char *) (he->h_name);
}
#else /* ! HAVE_GETHOSTBYNAME */
return 0;
#endif /* HAVE_GETHOSTBYNAME */
return 0;
}