Revision: 2682
          http://ipcop.svn.sourceforge.net/ipcop/?rev=2682&view=rev
Author:   eoberlander
Date:     2009-04-09 19:51:43 +0000 (Thu, 09 Apr 2009)

Log Message:
-----------
Fix typo in variable name.

Modified Paths:
--------------
    ipcop/trunk/html/cgi-bin/ovpnmain.cgi

Modified: ipcop/trunk/html/cgi-bin/ovpnmain.cgi
===================================================================
--- ipcop/trunk/html/cgi-bin/ovpnmain.cgi       2009-04-09 12:23:11 UTC (rev 
2681)
+++ ipcop/trunk/html/cgi-bin/ovpnmain.cgi       2009-04-09 19:51:43 UTC (rev 
2682)
@@ -1464,7 +1464,7 @@
             $opt .= " -name \"$cgiparams{'NAME'}\"";
             $opt .= " -passout pass:" . 
&General::escape_shell($cgiparams{'CERT_PASS1'});
             $opt .= " -certfile /var/ipcop/ca/cacert.pem";
-            $opt .= " -caname \"$vpnsettings{'ROOTCERT_ORGANIZATION'} CA\"";
+            $opt .= " -caname \"$rootcertsettings{'ROOTCERT_ORGANIZATION'} 
CA\"";
             $opt .= " -out /var/ipcop/ovpn/certs/$cgiparams{'NAME'}.p12";
 
             if ($errormessage = &VPN::callssl($opt)) {


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to