Missed change in agent updates

This commit is contained in:
Manoj Ampalam 2016-09-12 12:01:33 -07:00
parent 481e403518
commit 27d9e5bb33

View File

@ -105,7 +105,7 @@ int main(int argc, char **argv) {
return 0; return 0;
} }
*/ */
if (argc == 2) { if (argc == 3) {
/*agent process is likely a spawned child*/ /*agent process is likely a spawned child*/
char* h = 0; char* h = 0;
h += atoi(*(argv + 1)); h += atoi(*(argv + 1));