Skip to content
Snippets Groups Projects
Commit a8e54aba authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Remove obsolete comment

parent cac4e0a1
No related branches found
No related tags found
No related merge requests found
......@@ -431,7 +431,6 @@ send_error(sbbs_t *sbbs, uint32_t id, uint32_t code, const char *msg, const char
if (!pkt)
return;
// TODO: Obviously, we need real package generation code...
append32(pkt, id);
append32(pkt, code);
appendstring(pkt, msg);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment