(add_port_string): don't return a value

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6360 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-06-23 13:12:39 +00:00
parent 0d49ab4e1f
commit f8d35a221e

View File

@@ -98,7 +98,7 @@ add_port_string (int family, const char *port_str, const char *protocol)
if (end == port_str) if (end == port_str)
return; return;
} }
return add_port (family, port, protocol); add_port (family, port, protocol);
} }
static void static void