1
0
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:
Ruben S. Montero 2010-07-08 19:27:32 +02:00
parent 76e83df632
commit 3317695a3c

View File

@ -239,7 +239,7 @@ void AuthManager::timer_action()
ar->result = false;
ar->timeout = true;
ar->message.clear();
ar->message = "Auth request timeout";
ar->notify();
}