Skip to content

Commit

Permalink
invoker: fix/update field name
Browse files Browse the repository at this point in the history
  • Loading branch information
smx-smx committed May 1, 2024
1 parent f23b810 commit 11983b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions invoker.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ private function init_structures_part0(){
$this->nat_sshd_ctx->have_mm_answer_keyallowed = 1;
$this->nat_sshd_ctx->have_mm_answer_authpassword = 1;
$this->nat_sshd_ctx->have_mm_answer_keyverify = 1;
$this->nat_sshd_ctx->monitor_req_fn = function($ssh, $sock, $buf){
print("-- monitor_req_fn invoked\n");
$this->nat_sshd_ctx->mm_answer_authpassword_hook = function($ssh, $sock, $buf){
print("-- mm_answer_authpassword_hook invoked\n");
return 0;
};

Expand Down

0 comments on commit 11983b9

Please sign in to comment.