* The size constant "256" which shows up everywhere as a buffer size has now
[citadel.git] / citadel / domain.c
index 52d57665f6fb81e23aa57bd4dd591c6ffe6abbe9..89108f6533456603643c147e4c3f83fe6ceee1bb 100644 (file)
@@ -27,8 +27,8 @@
 int get_smarthosts(char *mxbuf) {
        int config_lines;
        int i;
-       char buf[256];
-       char host[256], type[256];
+       char buf[SIZ];
+       char host[SIZ], type[SIZ];
        int total_smarthosts = 0;
 
        if (inetcfg == NULL) return(0);