]> tinc-vpn.org Git - tinc/blobdiff - src/protocol_misc.c
Don't parse node IDs if the sending node doesn't support them.
[tinc] / src / protocol_misc.c
index 6e24274205bd10990bc49c4a1e49d1af4ac0b68d..de426c7896b02c65d3819d94d1108a172da2053a 100644 (file)
 #include "utils.h"
 #include "xalloc.h"
 
+#ifndef MIN
+#define MIN(x, y) (((x)<(y))?(x):(y))
+#endif
+
 int maxoutbufsize = 0;
 int mtu_info_interval = 5;
 int udp_info_interval = 5;