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

Diff for /src/usr.bin/ssh/readconf.c between version 1.136 and 1.137

version 1.136, 2005/03/01 10:40:26 version 1.137, 2005/03/04 08:48:06
Line 773 
Line 773 
                         if (strchr(arg, '=') != NULL)                          if (strchr(arg, '=') != NULL)
                                 fatal("%s line %d: Invalid environment name.",                                  fatal("%s line %d: Invalid environment name.",
                                     filename, linenum);                                      filename, linenum);
                           if (!*activep)
                                   continue;
                         if (options->num_send_env >= MAX_SEND_ENV)                          if (options->num_send_env >= MAX_SEND_ENV)
                                 fatal("%s line %d: too many send env.",                                  fatal("%s line %d: too many send env.",
                                     filename, linenum);                                      filename, linenum);

Legend:
Removed from v.1.136  
changed lines
  Added in v.1.137