Print a message when ippool_authorize can't find the Pool-Name attribute
authorkkalev <kkalev>
Wed, 21 Aug 2002 22:46:36 +0000 (22:46 +0000)
committerkkalev <kkalev>
Wed, 21 Aug 2002 22:46:36 +0000 (22:46 +0000)
src/modules/rlm_ippool/rlm_ippool.c

index 8ea551f..41903d1 100644 (file)
@@ -406,6 +406,7 @@ static int ippool_authorize(void *instance, REQUEST *request)
                if (data->name == NULL || strcmp(data->name,vp->strvalue))
                        return RLM_MODULE_NOOP;
        } else {
+               DEBUG("rlm_ippool: Could not find Pool-Name attribute.");
                return RLM_MODULE_NOOP;
        }