gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r26602 - gnunet/src/ats
Date: Tue, 26 Mar 2013 09:30:42 +0100

Author: wachs
Date: 2013-03-26 09:30:42 +0100 (Tue, 26 Mar 2013)
New Revision: 26602

Modified:
   gnunet/src/ats/ats_api_scheduling.c
Log:
fix if cb == NULL


Modified: gnunet/src/ats/ats_api_scheduling.c
===================================================================
--- gnunet/src/ats/ats_api_scheduling.c 2013-03-26 08:11:32 UTC (rev 26601)
+++ gnunet/src/ats/ats_api_scheduling.c 2013-03-26 08:30:42 UTC (rev 26602)
@@ -638,6 +638,10 @@
       return;
     }
   }
+
+  if (NULL == sh->suggest_cb)
+       return;
+
   address.peer = m->peer;
   address.address = plugin_address;
   address.address_length = plugin_address_length;




reply via email to

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