1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-20 10:50:08 +03:00

Fixed typo in X509 instantiation.

This commit is contained in:
Ted 2011-08-30 13:57:30 -05:00
parent 43b79a3e3a
commit 9155e7fc53

View File

@ -118,7 +118,7 @@ class OneUserHelper < OpenNebulaHelper::OneHelper
key = rc[1]
auth = X509Auth.new(:cert=>certs, :key=>key)
auth = X509Auth.new(:certs_pem=>certs, :key_pem=>key)
rescue => e
return -1, e.message
end