Throw an alert if authentication of the peer fails (not only for initiator).

This commit is contained in:
Tobias Brunner
2011-08-12 10:04:02 +02:00
parent 7ab19d571d
commit ccbe380377
2 changed files with 29 additions and 36 deletions
+2 -2
View File
@@ -84,8 +84,8 @@ enum alert_t {
ALERT_RADIUS_NOT_RESPONDING,
/** a shutdown signal has been received, argument is the signal (int) */
ALERT_SHUTDOWN_SIGNAL,
/** responder authentication failed, no arguments */
ALERT_RESPONDER_AUTH_FAILED,
/** peer authentication failed, no arguments */
ALERT_PEER_AUTH_FAILED,
/** failed to resolve peer address, no arguments */
ALERT_PEER_ADDR_FAILED,
};