You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
574 B
21 lines
574 B
Index: mod_otp/mod_otp.c |
|
--- mod_otp/mod_otp.c.orig 2002-10-31 02:16:23 +0100 |
|
+++ mod_otp/mod_otp.c 2005-11-07 21:15:19 +0100 |
|
@@ -127,7 +127,7 @@ |
|
": error generating challenge for user '%s': %s", cmd->argv[1], str); |
|
|
|
} else |
|
- add_response(R_DUP, "Challenge: [ %s ]", challenge); |
|
+ pr_response_add(R_DUP, "Challenge: [ %s ]", challenge); |
|
|
|
return DECLINED(cmd); |
|
} |
|
@@ -203,7 +203,7 @@ |
|
|
|
static cmdtable otp_cmdtab[] = { |
|
{ POST_CMD, C_USER, G_NONE, otp_post_user, FALSE, FALSE }, |
|
- { NULL } |
|
+ { 0, NULL } |
|
}; |
|
|
|
static authtable otp_authtab[] = {
|
|
|