test
This commit is contained in:
@@ -421,7 +421,8 @@ void parseEncryptedPayload (const EncryptedPayloadStruct *enc) {
|
||||
}
|
||||
}
|
||||
|
||||
#define STR_EQ_LIT(s, lit) (memcmp ((s), (lit), sizeof (lit) - 1) == 0)
|
||||
//#define STR_EQ_LIT(s, lit) (memcmp ((s), (lit), sizeof (lit) - 1) == 0)
|
||||
#define STR_EQ_LIT(s, lit) (strcmp(s, lit) == 0)
|
||||
|
||||
void processCommand (char *cmd, NodeEntry *remNode) {
|
||||
PlainTextMessagePayload replyPayload;
|
||||
|
||||
Reference in New Issue
Block a user