From e77e2fb9a1cb49e81b9136485796fc6887109101 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Mon, 10 May 2010 06:41:24 +0000 Subject: [PATCH] --- src/transport/test_plugin_transport_http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transport/test_plugin_transport_http.c b/src/transport/test_plugin_transport_http.c index 8d910e0c1..ba1910181 100644 --- a/src/transport/test_plugin_transport_http.c +++ b/src/transport/test_plugin_transport_http.c @@ -261,7 +261,6 @@ run (void *cls, const char *cfgfile, const struct GNUNET_CONFIGURATION_Handle *c) { char * libname; - sched = s; cfg = c; @@ -304,6 +303,7 @@ run (void *cls, int main (int argc, char *const *argv) { + return GNUNET_NO; static struct GNUNET_GETOPT_CommandLineOption options[] = { GNUNET_GETOPT_OPTION_END }; -- 2.25.1