From c5c110bcc6439cbd20ff23365c47a66dab196ce5 Mon Sep 17 00:00:00 2001 From: Marat Nepomnyashy Date: Thu, 3 Jan 2008 19:01:08 -0800 Subject: XSL file is passed as arg 0 in Glendale rather than arg 1. --- src/command_proc_show_vpn.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command_proc_show_vpn.cc b/src/command_proc_show_vpn.cc index 328f25d..b81a8ce 100644 --- a/src/command_proc_show_vpn.cc +++ b/src/command_proc_show_vpn.cc @@ -144,7 +144,7 @@ CommandProcShowVPN::process(const string &cmd, bool debug, string &reason) FILE *f; StrProc proc_str(cmd, " "); - _xsl = XSLDIR "/" + proc_str.get(1); + _xsl = XSLDIR "/" + proc_str.get(0); _xml_out << ""; -- cgit v1.2.3