Proper field initialization.
[mmh] / uip / repl.c
index 07ec48c..2c14224 100644 (file)
@@ -101,7 +101,7 @@ static int dftype=0;
 static char *badaddrs = NULL;
 static char *dfhost = NULL;
 
-static struct mailname mq = { NULL };
+static struct mailname mq;
 
 static struct format *fmt;