gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r13424 - gnunet/src/nat


From: gnunet
Subject: [GNUnet-SVN] r13424 - gnunet/src/nat
Date: Wed, 27 Oct 2010 11:51:48 +0200

Author: wachs
Date: 2010-10-27 11:51:48 +0200 (Wed, 27 Oct 2010)
New Revision: 13424

Modified:
   gnunet/src/nat/upnp-discover.c
   gnunet/src/nat/upnp-reply-parse.c
Log:
Refactoring gnunet _time


Modified: gnunet/src/nat/upnp-discover.c
===================================================================
--- gnunet/src/nat/upnp-discover.c      2010-10-27 09:50:56 UTC (rev 13423)
+++ gnunet/src/nat/upnp-discover.c      2010-10-27 09:51:48 UTC (rev 13424)
@@ -280,7 +280,7 @@
       download_clean_up (cls);
       return;
     }
-  if (GNUNET_TIME_absolute_get_remaining (cls->end_time).value == 0)
+  if (GNUNET_TIME_absolute_get_remaining (cls->end_time).rel_value == 0)
     {
       GNUNET_log_from (GNUNET_ERROR_TYPE_WARNING, "UPnP",
                        _

Modified: gnunet/src/nat/upnp-reply-parse.c
===================================================================
--- gnunet/src/nat/upnp-reply-parse.c   2010-10-27 09:50:56 UTC (rev 13423)
+++ gnunet/src/nat/upnp-reply-parse.c   2010-10-27 09:51:48 UTC (rev 13424)
@@ -158,7 +158,7 @@
   for (nv = pdata.head.lh_first; nv != NULL; nv = nv->entries.le_next)
     {
       GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, "UPnP",
-                       "%s = %s", nv->name, nv->value);
+                       "%s = %s", nv->name, nv->abs_value);
     }
 
   UPNP_REPLY_free_ (&pdata);




reply via email to

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