X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fdomain.c;h=89108f6533456603643c147e4c3f83fe6ceee1bb;hb=f6df762979437d12004feb37bd1535f4880094ff;hp=52d57665f6fb81e23aa57bd4dd591c6ffe6abbe9;hpb=7f22c47809a3e10566f791acb7e6cb52197e6626;p=citadel.git diff --git a/citadel/domain.c b/citadel/domain.c index 52d57665f..89108f653 100644 --- a/citadel/domain.c +++ b/citadel/domain.c @@ -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);