projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c937d38
)
fix
author
Christian Grothoff
<christian@grothoff.org>
Mon, 7 Sep 2009 13:03:55 +0000
(13:03 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Mon, 7 Sep 2009 13:03:55 +0000
(13:03 +0000)
src/testing/testing.c
patch
|
blob
|
history
diff --git
a/src/testing/testing.c
b/src/testing/testing.c
index 5d465e05fa5282b734a7801d155c130a6a32eb6b..a828427770ef02cd8d101a7ff9f496d932e6fd45 100644
(file)
--- a/
src/testing/testing.c
+++ b/
src/testing/testing.c
@@
-215,11
+215,11
@@
testing_init (void *cls,
GNUNET_i2s(my_identity));
#endif
d->id = *my_identity;
+ d->server = server;
if (GNUNET_YES == d->dead)
GNUNET_TESTING_daemon_stop (d, d->dead_cb, d->dead_cb_cls);
else if (NULL != cb)
cb (d->cb_cls, my_identity, d->cfg, d, NULL);
- d->server = server;
}
@@
-309,9
+309,8
@@
start_fsm (void *cls,
d->cfgfile,
#if DEBUG_TESTING
"-L", "DEBUG",
-#else
- "-d",
#endif
+ "-d",
NULL);
}
else