gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r16275 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r16275 - gnunet/src/transport
Date: Mon, 1 Aug 2011 15:16:14 +0200

Author: grothoff
Date: 2011-08-01 15:16:14 +0200 (Mon, 01 Aug 2011)
New Revision: 16275

Modified:
   gnunet/src/transport/plugin_transport_unix.c
Log:
no range for filenames

Modified: gnunet/src/transport/plugin_transport_unix.c
===================================================================
--- gnunet/src/transport/plugin_transport_unix.c        2011-08-01 12:33:46 UTC 
(rev 16274)
+++ gnunet/src/transport/plugin_transport_unix.c        2011-08-01 13:16:14 UTC 
(rev 16275)
@@ -1112,17 +1112,6 @@
                                             "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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]