gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5880 - GNUnet/src/transports


From: gnunet
Subject: [GNUnet-SVN] r5880 - GNUnet/src/transports
Date: Wed, 12 Dec 2007 13:52:00 -0700 (MST)

Author: grothoff
Date: 2007-12-12 13:51:59 -0700 (Wed, 12 Dec 2007)
New Revision: 5880

Modified:
   GNUnet/src/transports/nat.c
Log:
fix

Modified: GNUnet/src/transports/nat.c
===================================================================
--- GNUnet/src/transports/nat.c 2007-12-12 19:29:55 UTC (rev 5879)
+++ GNUnet/src/transports/nat.c 2007-12-12 20:51:59 UTC (rev 5880)
@@ -119,7 +119,7 @@
                                             "NAT", "LIMITED",
                                             nat_limited_choices,
                                             "AUTO", &choice);
-  if (((0 == strcmp (choice, "YES")) ||
+  if (((0 == strcmp (choice, "NO")) ||
        ((0 == strcmp (choice, "AUTO")) && (!lan_ip_detected ()))))
     return NULL;
   msg = GNUNET_malloc (sizeof (GNUNET_MessageHello));





reply via email to

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