diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/command_proc_show_vpn.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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 << "<opcommand name='vpn'><format type='row'>"; |