LRN: Fix automake deps to allow -j* builds again
[oweals/gnunet.git] / src / util / gnunet-resolver.c
index 18ce232f2d3bbf88ef995eacd510dff3e4a238da..85aedcacf247a1bbbe16998315a78b49b1052705 100644 (file)
@@ -61,8 +61,7 @@ run (void *cls,
 {
   if (args[0] == NULL)
     return;
-  GNUNET_RESOLVER_ip_get (cfg,
-                         args[0],
+  GNUNET_RESOLVER_ip_get (args[0],
                          AF_UNSPEC,
                          GET_TIMEOUT,
                          &printer,