Beast send support.

This commit is contained in:
Ian Gulliver
2016-02-17 18:01:39 -08:00
parent 5671f37f8a
commit 44cb3fb122
6 changed files with 106 additions and 12 deletions

3
json.c
View File

@@ -67,9 +67,6 @@ void json_serialize(struct packet *packet, struct buf *buf) {
case MODE_S_LONG:
json_serialize_mode_s_long(packet, buf);
break;
case NUM_TYPES:
break;
}
}