From 203b42f0b5a7ed53442b9e0a0072dec48b7f5eb6 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 31 Jul 2018 11:51:23 +0200 Subject: Add support for services with different ECC in FIG0/9 --- src/ConfigParser.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ConfigParser.cpp') diff --git a/src/ConfigParser.cpp b/src/ConfigParser.cpp index 544f89c..d484787 100644 --- a/src/ConfigParser.cpp +++ b/src/ConfigParser.cpp @@ -581,6 +581,7 @@ void parse_ptree( } service->id = new_service_id; + service->ecc = hexparse(pt_service.get("ecc", "0")); service->pty_settings.pty = hexparse(pt_service.get("pty", "0")); // Default to dynamic for backward compatibility const string dynamic_no_static_str = pt_service.get("pty-sd", "dynamic"); -- cgit v1.2.3