]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/netfilter/ipvs/ip_vs_nq.c
Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-omap-h63xx.git] / net / netfilter / ipvs / ip_vs_nq.c
index 6758ad2ceaaf66130f881ff672cc0d9444d1416a..694952db502601156dbcd0ca8b02c72034b0ecbf 100644 (file)
@@ -95,8 +95,10 @@ ip_vs_nq_schedule(struct ip_vs_service *svc, const struct sk_buff *skb)
                }
        }
 
-       if (!least)
+       if (!least) {
+               IP_VS_ERR_RL("NQ: no destination available\n");
                return NULL;
+       }
 
   out:
        IP_VS_DBG_BUF(6, "NQ: server %s:%u "