comparison loadtools/ltmisc.c @ 647:dfe6ba3611cd

loadtool timeout-cal command: stupid bug
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 02 Mar 2020 00:23:37 +0000
parents 0d199c6a6ea4
children
comparison
equal deleted inserted replaced
646:0d199c6a6ea4 647:dfe6ba3611cd
68 int rc; 68 int rc;
69 69
70 targv[0] = "sertimeout"; 70 targv[0] = "sertimeout";
71 targv[1] = argv[1]; 71 targv[1] = argv[1];
72 targv[2] = 0; 72 targv[2] = 0;
73 if (tpinterf_make_cmd(argv) < 0) { 73 if (tpinterf_make_cmd(targv) < 0) {
74 fprintf(stderr, "error: unable to form target command\n"); 74 fprintf(stderr, "error: unable to form target command\n");
75 return(-1); 75 return(-1);
76 } 76 }
77 if (tpinterf_send_cmd() < 0) 77 if (tpinterf_send_cmd() < 0)
78 return(-1); 78 return(-1);