[BACK]Return to ssh-agent.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/ssh-agent.c between version 1.298 and 1.299

version 1.298, 2023/03/31 04:45:08 version 1.299, 2023/07/10 04:51:26
Line 830 
Line 830 
         }          }
         /* Success */          /* Success */
         ok = 0;          ok = 0;
  send:  
         debug_f("good signature");          debug_f("good signature");
    send:
         notify_complete(notifier, "User presence confirmed");          notify_complete(notifier, "User presence confirmed");
   
         if (ok == 0) {          if (ok == 0) {

Legend:
Removed from v.1.298  
changed lines
  Added in v.1.299