Right, C doesn't use # for comments...

This commit is contained in:
Stephen Ayotte
2012-12-30 21:01:28 -05:00
parent 2bafa67f3e
commit fd74959a2f

View File

@@ -106,7 +106,7 @@ struct resourcerecord
char type[16]; char type[16];
char ipaddr[256][80]; char ipaddr[256][80];
char cipaddr[80]; char cipaddr[80];
char cname[1024]; ## large enough to store DKIM entries, which by rfc5322 have an upper-limit of 998chars char cname[1024]; /* large enough to store DKIM entries, which by rfc5322 have an upper-limit of 998chars */
char ttl[12]; char ttl[12];
char timestamp[20]; char timestamp[20];
char preference[12]; char preference[12];