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:
219821a
)
charon-systemd: Add missing semicolon
author
Martin Willi
<martin@revosec.ch>
Mon, 16 Mar 2015 08:31:17 +0000
(09:31 +0100)
committer
Martin Willi
<martin@revosec.ch>
Mon, 16 Mar 2015 08:31:17 +0000
(09:31 +0100)
References #887, fixes
f3c83322
.
src/charon-systemd/charon-systemd.c
patch
|
blob
|
history
diff --git
a/src/charon-systemd/charon-systemd.c
b/src/charon-systemd/charon-systemd.c
index
aeb67d4
..
d9ceca7
100644
(file)
--- a/
src/charon-systemd/charon-systemd.c
+++ b/
src/charon-systemd/charon-systemd.c
@@
-279,7
+279,7
@@
static int run()
*/
static bool lookup_uid_gid()
{
- char *name
+ char *name
;
name = lib->settings->get_str(lib->settings, "%s.user", IPSEC_USER,
lib->ns);