From 510ecf612a07330f22cd0e0bb24140ea529519cd Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Tue, 23 Jul 2013 14:24:58 +0200 Subject: xauth: add a configuration string option to be passed to XAuth instances The configuration string is appended to the XAuth backend name, separated by a colon. The configuration string is passed untouched to the backend, where it can change the behavior of the XAuth module. --- src/libcharon/sa/ikev1/tasks/xauth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libcharon/sa/ikev1/tasks/xauth.c') diff --git a/src/libcharon/sa/ikev1/tasks/xauth.c b/src/libcharon/sa/ikev1/tasks/xauth.c index 31114e592..f5555ecd2 100644 --- 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'", name); + DBG1(DBG_CFG, "no XAuth method found for '%s'", name); } else { -- cgit v1.2.3