Commit 95489d23 authored by Frank Bergmann's avatar Frank Bergmann

- added one-time-password authentication

parent 37904742
Pipeline #670 failed with stages
...@@ -668,6 +668,7 @@ ad_proc -private xmlrpc::invoke { ...@@ -668,6 +668,7 @@ ad_proc -private xmlrpc::invoke {
} }
set errno [catch {xmlrpc::invoke_method $method_name $arguments} result] set errno [catch {xmlrpc::invoke_method $method_name $arguments} result]
ns_log notice "xmlrpc::infoke errno=$errno"
if { $errno } { if { $errno } {
set result [xmlrpc::fault $errno $result] set result [xmlrpc::fault $errno $result]
global errorInfo global errorInfo
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment