strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
328b377
)
Fix compilation with GCC 4.6.
author
Laurent Bigonville
<bigon@debian.org>
Tue, 7 Jun 2011 13:45:18 +0000
(15:45 +0200)
committer
Tobias Brunner
<tobias@strongswan.org>
Tue, 7 Jun 2011 13:45:18 +0000
(15:45 +0200)
src/libcharon/plugins/stroke/stroke_ca.c
patch
|
blob
|
history
diff --git
a/src/libcharon/plugins/stroke/stroke_ca.c
b/src/libcharon/plugins/stroke/stroke_ca.c
index
69e13de
..
bec35a6
100644
(file)
--- a/
src/libcharon/plugins/stroke/stroke_ca.c
+++ b/
src/libcharon/plugins/stroke/stroke_ca.c
@@
-319,7
+319,7
@@
static void list_uris(linked_list_t *list, char *label, FILE *out)
{
if (first)
{
- fprintf(out, label);
+ fprintf(out,
"%s",
label);
first = FALSE;
}
else