From fd74959a2fad52daf860fb87be5e5c494858f756 Mon Sep 17 00:00:00 2001 From: Stephen Ayotte Date: Sun, 30 Dec 2012 21:01:28 -0500 Subject: [PATCH] Right, C doesn't use # for comments... --- ldap2dns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldap2dns.c b/ldap2dns.c index 3fb62ef..098c1ac 100644 --- a/ldap2dns.c +++ b/ldap2dns.c @@ -106,7 +106,7 @@ struct resourcerecord char type[16]; char ipaddr[256][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 timestamp[20]; char preference[12];