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

Diff for /src/usr.bin/ssh/sftp.c between version 1.237 and 1.238

version 1.237, 2024/02/01 02:37:33 version 1.238, 2024/04/30 06:16:55
Line 2272 
Line 2272 
                         break;                          break;
                 }                  }
                 if (el == NULL) {                  if (el == NULL) {
                         if (interactive)                          if (interactive) {
                                 printf("sftp> ");                                  printf("sftp> ");
                                   fflush(stdout);
                           }
                         if (fgets(cmd, sizeof(cmd), infile) == NULL) {                          if (fgets(cmd, sizeof(cmd), infile) == NULL) {
                                 if (interactive)                                  if (interactive)
                                         printf("\n");                                          printf("\n");

Legend:
Removed from v.1.237  
changed lines
  Added in v.1.238