1
0
mirror of https://github.com/CPunch/Laika.git synced 2026-02-08 01:00:05 +00:00

Fixed poll() path in lpolllist.c, fixed laikaM_rmvarray()

This commit is contained in:
2022-01-31 13:27:12 -06:00
parent 9291dbf823
commit 6d799a7532
5 changed files with 10 additions and 10 deletions

View File

@@ -8,8 +8,7 @@
#include "lrsa.h"
typedef enum {
PEER_UNVERIFIED,
,
PEER_UNVERIFIED,
PEER_BOT,
PEER_CNC, /* cnc 2 cnc communication */
PEER_AUTH /* authorized peers can send commands to cnc */