From 51a1da3272c58e631fc5cecb181327bcceb5f311 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Wed, 14 Jan 2015 00:59:49 +0100 Subject: Allow to configure methods per peer group --- src/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/options.c') diff --git a/src/options.c b/src/options.c index 2a67f13..b54c086 100644 --- a/src/options.c +++ b/src/options.c @@ -315,7 +315,7 @@ static void option_protocol(const char *arg) { /** Handles the --method option */ static void option_method(const char *arg) { - fastd_config_method(arg); + fastd_config_method(conf.peer_group, arg); } /** Handles the --forward option */ -- cgit v1.2.3