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

Diff for /src/usr.bin/ssh/readpass.c between version 1.66 and 1.67

version 1.66, 2020/11/08 22:37:24 version 1.67, 2020/11/08 23:19:03
Line 300 
Line 300 
         char *msg = NULL;          char *msg = NULL;
         va_list args;          va_list args;
   
         if (fmt != NULL && ctx->pid == -1) {          if (ctx != NULL && fmt != NULL && ctx->pid == -1) {
                 /*                  /*
                  * notify_start wrote to stderr, so send conclusion message                   * notify_start wrote to stderr, so send conclusion message
                  * there too                   * there too

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67