From: Christian Grothoff Date: Mon, 1 Aug 2011 13:16:14 +0000 (+0000) Subject: no range for filenames X-Git-Tag: initial-import-from-subversion-38251~17569 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=86bd880b33b81296ed00a440b394b2f14a443870;p=oweals%2Fgnunet.git no range for filenames --- diff --git a/src/transport/plugin_transport_unix.c b/src/transport/plugin_transport_unix.c index ad8756ecd..2a7dc9065 100644 --- a/src/transport/plugin_transport_unix.c +++ b/src/transport/plugin_transport_unix.c @@ -1112,17 +1112,6 @@ libgnunet_plugin_transport_unix_init (void *cls) "PORT", &port)) port = UNIX_NAT_DEFAULT_PORT; - else if (port > 65535) - { - GNUNET_log (GNUNET_ERROR_TYPE_WARNING, - _("Given `%s' option is out of range: %llu > %u\n"), - "PORT", - port, - 65535); - return NULL; - } - - plugin = GNUNET_malloc (sizeof (struct Plugin)); plugin->port = port; plugin->env = env;