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

Diff for /src/usr.bin/telnet/commands.c between version 1.80 and 1.81

version 1.80, 2015/11/20 12:43:37 version 1.81, 2015/11/24 05:06:24
Line 1753 
Line 1753 
         printf("?Already connected to %s\r\n", hostname);          printf("?Already connected to %s\r\n", hostname);
         return 0;          return 0;
     }      }
       if (connections) {
           printf("Repeated connections not supported\r\n");
           return 0;
       }
     if (argc < 2) {      if (argc < 2) {
         strlcpy(line, "open ", sizeof(line));          strlcpy(line, "open ", sizeof(line));
         printf("(to) ");          printf("(to) ");

Legend:
Removed from v.1.80  
changed lines
  Added in v.1.81