gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r36630 - gnunet/src/ats


From: gnunet
Subject: [GNUnet-SVN] r36630 - gnunet/src/ats
Date: Thu, 29 Oct 2015 23:30:41 +0100

Author: grothoff
Date: 2015-10-29 23:30:41 +0100 (Thu, 29 Oct 2015)
New Revision: 36630

Modified:
   gnunet/src/ats/test_ats_lib.c
Log:
-fix ftbfs

Modified: gnunet/src/ats/test_ats_lib.c
===================================================================
--- gnunet/src/ats/test_ats_lib.c       2015-10-29 16:16:39 UTC (rev 36629)
+++ gnunet/src/ats/test_ats_lib.c       2015-10-29 22:30:41 UTC (rev 36630)
@@ -718,7 +718,8 @@
                    &pid);
         cmd->details.request_connection_start.csh
           = GNUNET_ATS_connectivity_suggest (con_ats,
-                                             &pid);
+                                             &pid,
+                                             1);
         off++;
         break;
       }




reply via email to

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