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

Diff for /src/usr.bin/ssh/servconf.c between version 1.140 and 1.141

version 1.140, 2005/03/10 22:01:05 version 1.141, 2005/05/16 15:30:51
Line 491 
Line 491 
   
         case sAddressFamily:          case sAddressFamily:
                 arg = strdelim(&cp);                  arg = strdelim(&cp);
                   if (!arg || *arg == '\0')
                           fatal("%s line %d: missing address family.",
                               filename, linenum);
                 intptr = &options->address_family;                  intptr = &options->address_family;
                 if (options->listen_addrs != NULL)                  if (options->listen_addrs != NULL)
                         fatal("%s line %d: address family must be specified before "                          fatal("%s line %d: address family must be specified before "

Legend:
Removed from v.1.140  
changed lines
  Added in v.1.141