gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r36663 - gnunet/src/ats
Date: Mon, 16 Nov 2015 08:36:35 +0100

Author: grothoff
Date: 2015-11-16 08:36:35 +0100 (Mon, 16 Nov 2015)
New Revision: 36663

Modified:
   gnunet/src/ats/plugin_ats_proportional.c
Log:
fix crash #4053

Modified: gnunet/src/ats/plugin_ats_proportional.c
===================================================================
--- gnunet/src/ats/plugin_ats_proportional.c    2015-11-16 07:33:09 UTC (rev 
36662)
+++ gnunet/src/ats/plugin_ats_proportional.c    2015-11-16 07:36:35 UTC (rev 
36663)
@@ -837,7 +837,7 @@
     }
     update_active_address (s,
                            aw_min->addr,
-                           &aw->addr->peer);
+                           &aw_min->addr->peer);
   }
   distribute_bandwidth_in_network (s,
                                    asi_best->network);




reply via email to

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