projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b381acd
)
Make sure sptps_test compiles without -flto.
author
Guus Sliepen
<guus@tinc-vpn.org>
Mon, 1 Oct 2012 08:36:23 +0000
(10:36 +0200)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Mon, 1 Oct 2012 08:36:23 +0000
(10:36 +0200)
src/sptps_test.c
patch
|
blob
|
history
diff --git
a/src/sptps_test.c
b/src/sptps_test.c
index
952250a
..
7af8522
100644
(file)
--- a/
src/sptps_test.c
+++ b/
src/sptps_test.c
@@
-28,6
+28,7
@@
bool send_request(void *c, const char *msg, ...) { return false; }
struct splay_tree_t *connection_tree = NULL;
bool send_meta(void *c, const char *msg , int len) { return false; }
+char *logfilename = NULL;
ecdsa_t mykey, hiskey;