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

Diff for /src/usr.bin/tcpbench/tcpbench.c between version 1.52 and 1.53

version 1.52, 2016/09/19 18:58:39 version 1.53, 2018/05/10 13:53:05
Line 1041 
Line 1041 
                         exit(0);                          exit(0);
                 case 'k':                  case 'k':
                         if ((tmp = strdup(optarg)) == NULL)                          if ((tmp = strdup(optarg)) == NULL)
                                 errx(1, "strdup");                                  err(1, "strdup");
                         ptb->kvars = check_prepare_kvars(tmp);                          ptb->kvars = check_prepare_kvars(tmp);
                         free(tmp);                          free(tmp);
                         break;                          break;

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53