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

Diff for /src/usr.bin/ssh/canohost.c between version 1.45 and 1.46

version 1.45, 2005/10/03 07:44:42 version 1.46, 2005/10/30 08:29:29
Line 152 
Line 152 
                 for (i = 0; i < option_size; i++)                  for (i = 0; i < option_size; i++)
                         snprintf(text + i*3, sizeof(text) - i*3,                          snprintf(text + i*3, sizeof(text) - i*3,
                             " %2.2x", options[i]);                              " %2.2x", options[i]);
                 logit("Connection from %.100s with IP options:%.800s",                  fatal("Connection from %.100s with IP options:%.800s",
                     ipaddr, text);  
                 packet_disconnect("Connection from %.100s with IP options:%.800s",  
                     ipaddr, text);                      ipaddr, text);
         }          }
 }  }

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46