summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarat Nepomnyashy <marat@vyatta.com>2008-01-03 19:01:08 -0800
committerMarat Nepomnyashy <marat@vyatta.com>2008-01-03 19:01:08 -0800
commitc5c110bcc6439cbd20ff23365c47a66dab196ce5 (patch)
tree7cff838383f5eaa674b53701026c30ba160f0cac
parent023345523bf921bfaf3da257b21e2f130c91bbe7 (diff)
downloadvyatta-op-vpn-c5c110bcc6439cbd20ff23365c47a66dab196ce5.tar.gz
vyatta-op-vpn-c5c110bcc6439cbd20ff23365c47a66dab196ce5.zip
XSL file is passed as arg 0 in Glendale rather than arg 1.
-rw-r--r--src/command_proc_show_vpn.cc2
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'>";