aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/preauth/otp/otp_state.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/preauth/otp/otp_state.c')
-rw-r--r--src/plugins/preauth/otp/otp_state.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/preauth/otp/otp_state.c b/src/plugins/preauth/otp/otp_state.c
index 7c76bd0..acdbca9 100644
--- a/src/plugins/preauth/otp/otp_state.c
+++ b/src/plugins/preauth/otp/otp_state.c
@@ -652,6 +652,7 @@ callback(krb5_error_code retval, const krad_packet *rqst,
/* Try the next token. */
request_send(req);
+ return;
error:
req->cb(req->data, retval, otp_response_fail, NULL);