aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-26 16:46:00 +0000
committerChristian Grothoff <christian@grothoff.org>2015-01-26 16:46:00 +0000
commit60ab944b3a3f23e57d50390b7ea8f9e757322d4a (patch)
tree646ce934a943dc521464476959670adc30726d43
parent55368d375b8a4d754c615a82a215d670a078f859 (diff)
downloadgnunet-60ab944b3a3f23e57d50390b7ea8f9e757322d4a.tar.gz
gnunet-60ab944b3a3f23e57d50390b7ea8f9e757322d4a.zip
-constants first
-rw-r--r--src/ats/gnunet-service-ats_scheduling.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ats/gnunet-service-ats_scheduling.c b/src/ats/gnunet-service-ats_scheduling.c
index c342525f7..2e11296e3 100644
--- a/src/ats/gnunet-service-ats_scheduling.c
+++ b/src/ats/gnunet-service-ats_scheduling.c
@@ -51,7 +51,7 @@ static struct GNUNET_SERVER_Client *my_client;
51int 51int
52GAS_scheduling_add_client (struct GNUNET_SERVER_Client *client) 52GAS_scheduling_add_client (struct GNUNET_SERVER_Client *client)
53{ 53{
54 if (my_client != NULL) 54 if (NULL != my_client)
55 { 55 {
56 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 56 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
57 "This ATS already has a scheduling client, refusing new scheduling client for now.\n"); 57 "This ATS already has a scheduling client, refusing new scheduling client for now.\n");