-fix FTBFS
authorChristian Grothoff <christian@grothoff.org>
Mon, 20 Jun 2016 05:58:11 +0000 (05:58 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 20 Jun 2016 05:58:11 +0000 (05:58 +0000)
src/secretsharing/secretsharing_api.c

index 7b98a749ca39509d88519a3a28d7328eadabee0d..8c60d76ed531e234c92f070787f23402f2bd02a1 100644 (file)
@@ -263,7 +263,6 @@ GNUNET_SECRETSHARING_create_session (const struct GNUNET_CONFIGURATION_Handle *c
 
   s->mq = GNUNET_CLIENT_connecT (cfg,
                                  "secretsharing",
-                                 client,
                                  mq_handlers,
                                  &handle_session_client_error,
                                  s);