(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:
@@ -98,7 +98,7 @@ add_port_string (int family, const char *port_str, const char *protocol)
|
||||
if (end == port_str)
|
||||
return;
|
||||
}
|
||||
return add_port (family, port, protocol);
|
||||
add_port (family, port, protocol);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Reference in New Issue
Block a user