revision 0.6r5 so we are in sync with other revision numbers; make compiler happier
[pingcheck] / src / dns / cname.h
index 883dc51..7a1010e 100644 (file)
@@ -39,7 +39,8 @@ struct Cname
     std::string Host;
     TimeToLive Ttl;
 
-    Cname()  {}
+    Cname()
+        : Host(""), Ttl( TimeToLive(0) ) {}
     Cname(const std::string &host, const uint32_t ttl)
         : Host(host), Ttl( TimeToLive(ttl) ) {}