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:
f84180b
)
Add missing XAuth name variable when complaining about missing XAuth backend
author
Martin Willi
<martin@revosec.ch>
Mon, 25 Jun 2012 08:09:27 +0000
(10:09 +0200)
committer
Martin Willi
<martin@revosec.ch>
Mon, 25 Jun 2012 08:09:27 +0000
(10:09 +0200)
src/libcharon/sa/ikev1/tasks/xauth.c
patch
|
blob
|
history
diff --git
a/src/libcharon/sa/ikev1/tasks/xauth.c
b/src/libcharon/sa/ikev1/tasks/xauth.c
index
730ac35
..
7d56fbb
100644
(file)
--- a/
src/libcharon/sa/ikev1/tasks/xauth.c
+++ b/
src/libcharon/sa/ikev1/tasks/xauth.c
@@
-127,7
+127,7
@@
static xauth_method_t *load_method(private_xauth_t* this)
{
if (name)
{
- DBG1(DBG_CFG, "no XAuth method found named '%s'");
+ DBG1(DBG_CFG, "no XAuth method found named '%s'"
, name
);
}
else
{