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

Diff for /src/usr.bin/nc/netcat.c between version 1.103 and 1.104

version 1.103, 2011/10/04 08:34:34 version 1.104, 2012/02/09 03:27:36
Line 814 
Line 814 
         int x = 0;          int x = 0;
   
         if ((n = strchr(p, '-')) != NULL) {          if ((n = strchr(p, '-')) != NULL) {
                 if (lflag)  
                         errx(1, "Cannot use -l with multiple ports!");  
   
                 *n = '\0';                  *n = '\0';
                 n++;                  n++;
   

Legend:
Removed from v.1.103  
changed lines
  Added in v.1.104