chiark / gitweb /
update debian version
[inn-innduct.git] / innd / art.c
index 66f212bd6d6228f6926157c0e9233ea22d7237dd..bef61f788e0b2fb5d863fdd148b5d660f86cb56c 100644 (file)
@@ -1725,7 +1725,7 @@ ARTpropagate(ARTDATA *data, const char **hops, int hopcount, char **list,
       !DISTwantany(sp->Distributions, list))
       /* Not in the site's desired list of distributions. */
       continue;
-    if (sp->DistRequired && list == NULL)
+    if (sp->DistRequired && (list == NULL || *list == NULL))
       /* Site requires Distribution header and there isn't one. */
       continue;