Loading src/client/incoming.c +10 −8 Original line number Diff line number Diff line Loading @@ -553,7 +553,8 @@ static void display_content(ipc_message_t *msg) gaglist_append(json_string_value(jgag)); } } else if (msg->head.type == IPC_CHECKONOFF && cp_test(user, CP_SCRIPT)) { if (msg->head.type == IPC_CHECKONOFF) { if (cp_test(user, CP_SCRIPT)) { struct mstack *ms; ms = calloc(1, sizeof(*ms)); Loading @@ -561,6 +562,7 @@ static void display_content(ipc_message_t *msg) ms->preamble = EST_CHECKONOFF; ms->from = strdup(whom); InsertMesg(ms, msg); } } else { printf("Unknown message type %4.4s", (char *)&msg->head.type); } Loading Loading
src/client/incoming.c +10 −8 Original line number Diff line number Diff line Loading @@ -553,7 +553,8 @@ static void display_content(ipc_message_t *msg) gaglist_append(json_string_value(jgag)); } } else if (msg->head.type == IPC_CHECKONOFF && cp_test(user, CP_SCRIPT)) { if (msg->head.type == IPC_CHECKONOFF) { if (cp_test(user, CP_SCRIPT)) { struct mstack *ms; ms = calloc(1, sizeof(*ms)); Loading @@ -561,6 +562,7 @@ static void display_content(ipc_message_t *msg) ms->preamble = EST_CHECKONOFF; ms->from = strdup(whom); InsertMesg(ms, msg); } } else { printf("Unknown message type %4.4s", (char *)&msg->head.type); } Loading