Increase whitelist message identity buffer to 128 bytes

This commit is contained in:
Martin Willi
2011-03-23 14:18:15 +01:00
parent fc2e43eb27
commit 952fb7b5a1
@@ -52,7 +52,7 @@ struct whitelist_msg_t {
/** message type */
int type;
/** null terminated identity */
char id[64];
char id[128];
};
#endif /** WHITELIST_MSG_H_ @}*/