[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.11.2.2 and 1.12

version 1.11.2.2, 2001/03/21 18:53:07 version 1.12, 2001/04/05 10:42:54
Line 184 
Line 184 
                 case 'b':                  case 'b':
                         if (infile == stdin) {                          if (infile == stdin) {
                                 infile = fopen(optarg, "r");                                  infile = fopen(optarg, "r");
                                 if (infile == NULL)                                  if (infile == NULL)
                                         fatal("%s (%s).", strerror(errno), optarg);                                          fatal("%s (%s).", strerror(errno), optarg);
                         } else                          } else
                                 fatal("Filename already specified.");                                  fatal("Filename already specified.");
                         break;                          break;
                 case 'h':                  case 'h':

Legend:
Removed from v.1.11.2.2  
changed lines
  Added in v.1.12