[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.290 and 1.291

version 1.290, 2022/09/14 00:02:03 version 1.291, 2022/09/14 00:13:13
Line 832 
Line 832 
         /* Success */          /* Success */
         ok = 0;          ok = 0;
  send:   send:
           debug_f("good signature");
         notify_complete(notifier, "User presence confirmed");          notify_complete(notifier, "User presence confirmed");
   
         if (ok == 0) {          if (ok == 0) {

Legend:
Removed from v.1.290  
changed lines
  Added in v.1.291