mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-25 23:21:29 +03:00
feature #203: Default message for timeouts
This commit is contained in:
parent
76e83df632
commit
3317695a3c
@ -239,7 +239,7 @@ void AuthManager::timer_action()
|
||||
|
||||
ar->result = false;
|
||||
ar->timeout = true;
|
||||
ar->message.clear();
|
||||
ar->message = "Auth request timeout";
|
||||
|
||||
ar->notify();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user