Loading cmds/installd/installd.c +3 −1 Original line number Diff line number Diff line Loading @@ -255,8 +255,10 @@ static int execute(int s, char cmd[BUFFER_MAX]) goto done; } } if (*cmd) { cmd++; } } for (i = 0; i < sizeof(cmds) / sizeof(cmds[0]); i++) { if (!strcmp(cmds[i].name,arg[0])) { Loading Loading
cmds/installd/installd.c +3 −1 Original line number Diff line number Diff line Loading @@ -255,8 +255,10 @@ static int execute(int s, char cmd[BUFFER_MAX]) goto done; } } if (*cmd) { cmd++; } } for (i = 0; i < sizeof(cmds) / sizeof(cmds[0]); i++) { if (!strcmp(cmds[i].name,arg[0])) { Loading